Programming for IPX

From: Andrew Falanga (falandrew_at_hp.com)
Date: 04/23/04


Date: Fri, 23 Apr 2004 10:03:02 -0600

Hello,

What's up with RH 9? I'm using the defined protocol families and every
time I attempt to open a socket with socket() I get the following:

Unable to create socket: Socket type not supported

The socket type seems to be supported. It's mentioned in the manual
page. For crying out loud, I'm using IPX/SPX on eth0. I have IPX/SPX
command utilities (such as nprint, etc.), what am I missing? Perhaps a
header file somewhere? Currently, my program code has the following
library headers:

#include <sys/types.h>
#include <sys/socket.h>
#include <netipx/ipx.h>
#include <errno.h>

What else is necessary?

---------------------------------------------
Andrew R. Falanga (a non-HP employee)
Hewlett-Packard Company
11311 Chinden Blvd.
Boise, Idaho
---------------------------------------------
Please note: The e-mail address is purposely
mangled. I do not wish my account at HP to
become a spam haven.



Relevant Pages

  • Re: Programming for IPX
    ... Andrew Falanga wrote: ... > time I attempt to open a socket with socketI get the following: ... > header file somewhere? ... do you install the novell nprint and other commands to a linux 9 system? ...
    (linux.redhat.misc)
  • Heads up: IPX/SPX cleanup
    ... IPX/SPX code that I've been working on in preparation for making IPX/SPX ... Cleaning up, and where necessary, adding socket buffer locking. ... Cleaning up and fixing route locking. ...
    (freebsd-current)
  • SOCK_RAW on PPC ?
    ... When I try to open a raw socket on a pocket PC I get the following error ... •Translation: Socket type not supported. ... The error code suggests that raw sockets are not implemented on CE (Pocket ...
    (microsoft.public.pocketpc.developer.networking)
  • Re: Socket programming source, help please.
    ... If you're going to hard-code the socket type by, for example, using the IPEndPoint type, you might as well hard-code the AddressFamily value too: ... IPHostEntry ipHostEntry = Dns.GetHostEntry; ... EndPoint endPoint = new IPEndPoint ...
    (microsoft.public.dotnet.languages.csharp)
  • simple server socket question
    ... A friend is trying to open a server socket on a Win NT machine and gets ... couldn't open socket: socket type not supported ...
    (comp.lang.tcl)