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