Searched refs:idef (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipx/
H A Daf_ipx.c907 static int ipxitf_create_internal(struct ipx_interface_definition *idef) argument
918 if (!idef->ipx_network)
920 intrfc = ipxitf_find_using_net(idef->ipx_network);
926 intrfc = ipxitf_alloc(NULL, idef->ipx_network, 0, NULL, 1, 0);
930 memcpy((char *)&(intrfc->if_node), idef->ipx_node, IPX_NODE_LEN);
955 static int ipxitf_create(struct ipx_interface_definition *idef) argument
963 if (idef->ipx_special == IPX_INTERNAL) {
964 rc = ipxitf_create_internal(idef);
969 if (idef->ipx_special == IPX_PRIMARY && ipx_primary_net)
972 intrfc = ipxitf_find_using_net(idef
1068 ipxitf_delete(struct ipx_interface_definition *idef) argument
[all...]

Completed in 108 milliseconds