Searched defs:sockaddr_ipx (Results 1 – 5 of 5) sorted by relevance
12 struct sockaddr_ipx { struct13 __kernel_sa_family_t sipx_family;14 __be16 sipx_port;15 __be32 sipx_network;16 unsigned char sipx_node[IPX_NODE_LEN];17 __u8 sipx_type;18 unsigned char sipx_zero; /* 16 byte fill */
33 struct sockaddr_ipx struct35 sa_family_t sipx_family;36 uint16_t sipx_port;37 uint32_t sipx_network;38 unsigned char sipx_node[IPX_NODE_LEN];39 uint8_t sipx_type;40 unsigned char sipx_zero; /* 16 byte fill */