Searched defs:ipxHdr (Results 1 – 1 of 1) sorted by relevance
17 struct ipxHdr { struct18 u_short cksum; /* Checksum */19 u_short length; /* Length, in bytes, including header */20 u_char tCtl; /* Transport Control (i.e. hop count) */21 u_char pType; /* Packet Type (i.e. level 2 protocol) */22 u_short dstNet[2]; /* destination net */23 u_char dstNode[6]; /* destination node */24 u_short dstSkt; /* destination socket */25 u_short srcNet[2]; /* source net */26 u_char srcNode[6]; /* source node */[all …]