Searched refs:AF_IPX (Results 1 - 12 of 12) sorted by relevance

/external/strace/xlat/
H A Daddrfams.h19 #if defined(AF_IPX) || (defined(HAVE_DECL_AF_IPX) && HAVE_DECL_AF_IPX)
20 XLAT(AF_IPX),
/external/iproute2/lib/
H A Dipx_ntop.c61 case AF_IPX:
H A Dipx_pton.c97 case AF_IPX:
H A Dutils.c530 case AF_IPX:
614 case AF_IPX:
/external/iproute2/ip/
H A Dip.c188 preferred_family = AF_IPX;
200 preferred_family = AF_IPX;
H A Diprule.c72 else if (r->rtm_family == AF_IPX)
H A Dipaddress.c593 else if (ifa->ifa_family == AF_IPX)
H A Diproute.c274 else if (r->rtm_family == AF_IPX)
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
H A Dsocket.h162 #define AF_IPX PF_IPX macro
/external/strace/
H A Dnet.c171 #if defined(AF_IPX)
250 #if defined(AF_IPX)
251 case AF_IPX:
268 #endif /* AF_IPX */
/external/ppp/pppd/
H A Dsys-linux.c2707 skfd = socket (AF_IPX, SOCK_DGRAM, 0);
2710 dbglog("socket(AF_IPX): %m (line %d)", __LINE__);
2718 sipx->sipx_family = AF_IPX;
2758 skfd = socket (AF_IPX, SOCK_DGRAM, 0);
2761 dbglog("socket(AF_IPX): %m (line %d)", __LINE__);
2770 sipx->sipx_family = AF_IPX;
/external/libnl/lib/
H A Daddr.c890 __ADD(AF_IPX,ipx)

Completed in 1558 milliseconds