Searched defs:sockaddr_ipx (Results 1 – 2 of 2) sorted by relevance
8 struct sockaddr_ipx { struct9 sa_family_t sipx_family;10 __be16 sipx_port;11 __be32 sipx_network;12 unsigned char sipx_node[IPX_NODE_LEN];13 __u8 sipx_type;14 unsigned char sipx_zero; /* 16 byte fill */
35 struct sockaddr_ipx struct37 sa_family_t sipx_family;38 u_int16_t sipx_port;39 u_int32_t sipx_network;40 unsigned char sipx_node[IPX_NODE_LEN];41 u_int8_t sipx_type;42 unsigned char sipx_zero; /* 16 byte fill */