HomeSort by: relevance | last modified time | path
    Searched refs:ipx (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-ipx.c 24 /* \summary: Novell IPX printer */
28 __RCSID("$NetBSD: print-ipx.c,v 1.8 2024/09/02 16:15:31 christos Exp $");
49 #define IPX_SKT_EIGRP 0x85be /* Cisco EIGRP over IPX */
51 /* IPX transport header */
73 * Print IPX datagram packets.
78 const struct ipxHdr *ipx = (const struct ipxHdr *)p; local
80 ndo->ndo_protocol = "ipx";
82 ND_PRINT("IPX ");
85 ipxaddr_string(ndo, GET_BE_U_4(ipx->srcNet), ipx->srcNode)
    [all...]
  /src/sys/kern/
init_main.c 984 int ipx, len; local
1019 ipx = 0;
1023 if (initpaths[ipx])
1024 printf(" (default %s)", initpaths[ipx]);
1039 } else if (len == 0 && initpaths[ipx] != NULL) {
1040 path = initpaths[ipx++];
1050 if ((path = initpaths[ipx++]) == NULL) {
1051 ipx = 0;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
rassapi.d 146 RAS_PPP_IPXCP_RESULT ipx;
  /src/external/bsd/tcpdump/bin/
Makefile 86 print-ipx.c \
  /src/external/bsd/libpcap/dist/
scanner.l 330 ipx return IPX;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 115 #include <netipx/ipx.h>
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_posix.cpp 121 #include <netipx/ipx.h>

Completed in 39 milliseconds