tag | line | file | source code |
ipx_intrfc | 192 | include/net/sock.h | ipx_interface *ipx_intrfc; |
ipx_intrfc | 146 | net/ipx/af_ipx.c | intrfc = sk->ipx_intrfc; |
ipx_intrfc | 237 | net/ipx/af_ipx.c | sk->ipx_intrfc = intrfc; |
ipx_intrfc | 276 | net/ipx/af_ipx.c | s->ipx_intrfc = NULL; |
ipx_intrfc | 1069 | net/ipx/af_ipx.c | ipx->ipx_source.net = sk->ipx_intrfc->if_netnum; |
ipx_intrfc | 1070 | net/ipx/af_ipx.c | memcpy(ipx->ipx_source.node, sk->ipx_intrfc->if_node, IPX_NODE_LEN); |
ipx_intrfc | 1455 | net/ipx/af_ipx.c | sk->ipx_intrfc = NULL; |
ipx_intrfc | 1623 | net/ipx/af_ipx.c | if (sk->ipx_intrfc != NULL) { |
ipx_intrfc | 1624 | net/ipx/af_ipx.c | sipx.sipx_network = sk->ipx_intrfc->if_netnum; |
ipx_intrfc | 1625 | net/ipx/af_ipx.c | memcpy(sipx.sipx_node, sk->ipx_intrfc->if_node, |