Searched defs:ipx (Results 1 – 9 of 9) sorted by relevance
| /trueos/contrib/tcpdump/ |
| HD | print-ipx.c | 59 const struct ipxHdr *ipx = (const struct ipxHdr *)p; in ipx_print() local 95 ipx_decode(const struct ipxHdr *ipx, const u_char *datap, u_int length) in ipx_decode() 135 ipx_sap_print(const u_short *ipx, u_int length) in ipx_sap_print() 187 ipx_rip_print(const u_short *ipx, u_int length) in ipx_rip_print()
|
| /trueos/sys/netipx/ |
| HD | ipx_pcb.h | 142 #define IPX_LOCK_INIT(ipx) mtx_init(&(ipx)->ipxp_mtx, "ipx_mtx", NULL, \ argument 144 #define IPX_LOCK_DESTROY(ipx) mtx_destroy(&(ipx)->ipxp_mtx) argument 145 #define IPX_LOCK(ipx) mtx_lock(&(ipx)->ipxp_mtx) argument 146 #define IPX_UNLOCK(ipx) mtx_unlock(&(ipx)->ipxp_mtx) argument 147 #define IPX_LOCK_ASSERT(ipx) mtx_assert(&(ipx)->ipxp_mtx, MA_OWNED) argument
|
| HD | ipx.h | 163 struct ipx { struct 164 u_short ipx_sum; /* Checksum */ argument 165 u_short ipx_len; /* Length, in bytes, including header */ argument 166 u_char ipx_tc; /* Transport Control (i.e. hop count) */ argument 167 u_char ipx_pt; /* Packet Type (i.e. level 2 protocol) */ argument 168 struct ipx_addr ipx_dna; /* Destination Network Address */ argument 169 struct ipx_addr ipx_sna; /* Source Network Address */ argument
|
| HD | ipx_outputfl.c | 80 struct ipx *ipx = mtod(m0, struct ipx *); in ipx_outputfl() local 180 struct ipx *ipx; in ipx_output_type20() local
|
| HD | ipx_input.c | 170 struct ipx *ipx; in ipxintr() local 351 struct ipx *ipx = mtod(m, struct ipx *); in ipx_forward() local
|
| HD | ipx_cksum.c | 82 struct ipx *ipx; in ipx_cksum() local
|
| HD | ipx_usrreq.c | 157 struct ipx *ipx = mtod(m, struct ipx *); in ipx_input() local 234 struct ipx *ipx; in ipx_output() local
|
| /trueos/usr.sbin/IPXrouted/ |
| HD | sap.h | 53 struct ipx_addr ipx; member
|
| /trueos/sys/netgraph/ |
| HD | ng_cisco.c | 114 struct protoent ipx; /* IPX information */ member
|