Lines Matching defs:ipxHdr
17 struct ipxHdr { struct
18 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 */
27 u_short srcSkt; /* source socket */