Home
last modified time | relevance | path

Searched refs:IPX_NODE_LEN (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/linux/
Dipx.h5 #define IPX_NODE_LEN 6 macro
12 unsigned char sipx_node[IPX_NODE_LEN];
28 unsigned char ipx_router_node[IPX_NODE_LEN];
45 unsigned char ipx_node[IPX_NODE_LEN];
61 unsigned char ipx_router_node[IPX_NODE_LEN];
/external/iproute2/include/
Dutils.h65 #define IPX_NODE_LEN 6 macro
69 u_int8_t ipx_node[IPX_NODE_LEN];
/external/strace/
Dnet.c1028 for (i = 0; i<IPX_NODE_LEN; i++)
/external/ppp/pppd/
Dsys-linux.c2715 memcpy (sipx->sipx_node, node, IPX_NODE_LEN); in sipxfaddr()