taglinefilesource code
intrfc97include/net/sock.hipx_interface    *intrfc;
intrfc141net/ipx/af_ipx.cipx_interface  *intrfc;
intrfc148net/ipx/af_ipx.cintrfc = sk->protinfo.af_ipx.intrfc;
intrfc149net/ipx/af_ipx.cif (intrfc == NULL) {
intrfc154net/ipx/af_ipx.cs=intrfc->if_sklist;
intrfc156net/ipx/af_ipx.cintrfc->if_sklist=s->next;
intrfc235net/ipx/af_ipx.cipxitf_insert_socket(ipx_interface *intrfc, ipx_socket *sk)
intrfc239net/ipx/af_ipx.csk->protinfo.af_ipx.intrfc = intrfc;
intrfc241net/ipx/af_ipx.cif (intrfc->if_sklist == NULL) {
intrfc242net/ipx/af_ipx.cintrfc->if_sklist = sk;
intrfc244net/ipx/af_ipx.cfor (s = intrfc->if_sklist; s->next != NULL; s = s->next)
intrfc251net/ipx/af_ipx.cipxitf_find_socket(ipx_interface *intrfc, unsigned short port)
intrfc255net/ipx/af_ipx.cfor (s=intrfc->if_sklist; 
intrfc266net/ipx/af_ipx.cipxitf_find_internal_socket(ipx_interface *intrfc,
intrfc269net/ipx/af_ipx.cipx_socket *s = intrfc->if_sklist;
intrfc287net/ipx/af_ipx.cipxitf_down(ipx_interface *intrfc)
intrfc293net/ipx/af_ipx.cipxrtr_del_routes(intrfc);
intrfc296net/ipx/af_ipx.cfor (s = intrfc->if_sklist; s != NULL; ) {
intrfc299net/ipx/af_ipx.cs->protinfo.af_ipx.intrfc = NULL;
intrfc306net/ipx/af_ipx.cintrfc->if_sklist = NULL;
intrfc309net/ipx/af_ipx.cif (intrfc == ipx_interfaces) {
intrfc310net/ipx/af_ipx.cipx_interfaces = intrfc->if_next;
intrfc313net/ipx/af_ipx.c(i != NULL) && (i->if_next != intrfc);
intrfc316net/ipx/af_ipx.cif ((i != NULL) && (i->if_next == intrfc)) 
intrfc317net/ipx/af_ipx.ci->if_next = intrfc->if_next;
intrfc321net/ipx/af_ipx.cif (intrfc == ipx_primary_net)
intrfc323net/ipx/af_ipx.cif (intrfc == ipx_internal_net)
intrfc326net/ipx/af_ipx.ckfree_s(intrfc, sizeof(*intrfc));
intrfc371net/ipx/af_ipx.cipxitf_demux_socket(ipx_interface *intrfc, struct sk_buff *skb, int copy) 
intrfc379net/ipx/af_ipx.cs = intrfc->if_sklist;
intrfc410net/ipx/af_ipx.cif (intrfc != ipx_internal_net)
intrfc435net/ipx/af_ipx.cipxitf_demux_socket(ipx_interface *intrfc, struct sk_buff *skb, int copy) 
intrfc441net/ipx/af_ipx.csock1 = ipxitf_find_socket(intrfc, ipx->ipx_dest.sock);
intrfc451net/ipx/af_ipx.cif (ipx_primary_net && (intrfc != ipx_primary_net)) 
intrfc533net/ipx/af_ipx.cipxitf_adjust_skbuff(ipx_interface *intrfc, struct sk_buff *skb)
intrfc537net/ipx/af_ipx.cint  out_offset = intrfc->if_ipx_offset;
intrfc560net/ipx/af_ipx.cstatic int ipxitf_send(ipx_interface *intrfc, struct sk_buff *skb, char *node)
intrfc563net/ipx/af_ipx.cstruct device  *dev = intrfc->if_dev;
intrfc564net/ipx/af_ipx.cstruct datalink_proto  *dl = intrfc->if_dlink;
intrfc584net/ipx/af_ipx.cif (ipx->ipx_dest.net == intrfc->if_netnum) 
intrfc589net/ipx/af_ipx.cif (memcmp(intrfc->if_node, node, IPX_NODE_LEN) == 0) 
intrfc602net/ipx/af_ipx.creturn ipxitf_demux_socket(intrfc, skb, 0);
intrfc614net/ipx/af_ipx.cipxitf_demux_socket(intrfc, skb, send_to_wire);
intrfc626net/ipx/af_ipx.cif (ipx->ipx_source.net != intrfc->if_netnum) 
intrfc660net/ipx/af_ipx.cskb = ipxitf_adjust_skbuff(intrfc, skb);
intrfc687net/ipx/af_ipx.cstatic int ipxitf_add_local_route(ipx_interface *intrfc)
intrfc689net/ipx/af_ipx.creturn ipxrtr_add_route(intrfc->if_netnum, intrfc, NULL);
intrfc696net/ipx/af_ipx.cstatic int ipxitf_rcv(ipx_interface *intrfc, struct sk_buff *skb)
intrfc715net/ipx/af_ipx.cif ((intrfc->if_netnum == 0L) && 
intrfc725net/ipx/af_ipx.cintrfc->if_netnum = ipx->ipx_source.net;
intrfc726net/ipx/af_ipx.c(void) ipxitf_add_local_route(intrfc);
intrfc734net/ipx/af_ipx.cipx_device_name(intrfc),
intrfc735net/ipx/af_ipx.cipx_frame_name(intrfc->if_dlink_type));
intrfc740net/ipx/af_ipx.cipx->ipx_dest.net = intrfc->if_netnum;
intrfc742net/ipx/af_ipx.cipx->ipx_source.net = intrfc->if_netnum;
intrfc744net/ipx/af_ipx.cif (intrfc->if_netnum != ipx->ipx_dest.net) 
intrfc767net/ipx/af_ipx.c|| (memcmp(intrfc->if_node, ipx->ipx_dest.node, IPX_NODE_LEN) == 0)) 
intrfc769net/ipx/af_ipx.creturn ipxitf_demux_socket(intrfc, skb, 0);
intrfc778net/ipx/af_ipx.cipxitf_insert(ipx_interface *intrfc)
intrfc782net/ipx/af_ipx.cintrfc->if_next = NULL;
intrfc784net/ipx/af_ipx.cipx_interfaces = intrfc;
intrfc788net/ipx/af_ipx.ci->if_next = intrfc;
intrfc792net/ipx/af_ipx.cipx_primary_net = intrfc;
intrfc798net/ipx/af_ipx.cipx_interface  *intrfc;
intrfc808net/ipx/af_ipx.cintrfc=(ipx_interface *)kmalloc(sizeof(ipx_interface),GFP_ATOMIC);
intrfc809net/ipx/af_ipx.cif (intrfc==NULL)
intrfc811net/ipx/af_ipx.cintrfc->if_dev=NULL;
intrfc812net/ipx/af_ipx.cintrfc->if_netnum=idef->ipx_network;
intrfc813net/ipx/af_ipx.cintrfc->if_dlink_type = 0;
intrfc814net/ipx/af_ipx.cintrfc->if_dlink = NULL;
intrfc815net/ipx/af_ipx.cintrfc->if_sklist = NULL;
intrfc816net/ipx/af_ipx.cintrfc->if_internal = 1;
intrfc817net/ipx/af_ipx.cintrfc->if_ipx_offset = 0;
intrfc818net/ipx/af_ipx.cintrfc->if_sknum = IPX_MIN_EPHEMERAL_SOCKET;
intrfc819net/ipx/af_ipx.cmemcpy((char *)&(intrfc->if_node), idef->ipx_node, IPX_NODE_LEN);
intrfc820net/ipx/af_ipx.cipx_internal_net = intrfc;
intrfc821net/ipx/af_ipx.cipx_primary_net = intrfc;
intrfc822net/ipx/af_ipx.cipxitf_insert(intrfc);
intrfc823net/ipx/af_ipx.creturn ipxitf_add_local_route(intrfc);
intrfc844net/ipx/af_ipx.cipx_interface  *intrfc;
intrfc892net/ipx/af_ipx.cif ((intrfc = ipxitf_find_using_phys(dev, dlink_type)) == NULL) {
intrfc895net/ipx/af_ipx.cintrfc=(ipx_interface *)kmalloc(sizeof(ipx_interface),GFP_ATOMIC);
intrfc896net/ipx/af_ipx.cif (intrfc==NULL)
intrfc898net/ipx/af_ipx.cintrfc->if_dev=dev;
intrfc899net/ipx/af_ipx.cintrfc->if_netnum=idef->ipx_network;
intrfc900net/ipx/af_ipx.cintrfc->if_dlink_type = dlink_type;
intrfc901net/ipx/af_ipx.cintrfc->if_dlink = datalink;
intrfc902net/ipx/af_ipx.cintrfc->if_sklist = NULL;
intrfc903net/ipx/af_ipx.cintrfc->if_sknum = IPX_MIN_EPHEMERAL_SOCKET;
intrfc906net/ipx/af_ipx.cipx_primary_net = intrfc;
intrfc907net/ipx/af_ipx.cintrfc->if_internal = 0;
intrfc908net/ipx/af_ipx.cintrfc->if_ipx_offset = dev->hard_header_len + datalink->header_length;
intrfc909net/ipx/af_ipx.cmemset(intrfc->if_node, 0, IPX_NODE_LEN);
intrfc910net/ipx/af_ipx.cmemcpy((char *)&(intrfc->if_node[IPX_NODE_LEN-dev->addr_len]), dev->dev_addr, dev->addr_len);
intrfc912net/ipx/af_ipx.cipxitf_insert(intrfc);
intrfc916net/ipx/af_ipx.cif (intrfc->if_netnum == 0L) 
intrfc919net/ipx/af_ipx.creturn ipxitf_add_local_route(intrfc);
intrfc927net/ipx/af_ipx.cipx_interface  *intrfc;
intrfc944net/ipx/af_ipx.cintrfc = ipxitf_find_using_phys(dev, dlink_type);
intrfc945net/ipx/af_ipx.cif (intrfc != NULL) {
intrfc946net/ipx/af_ipx.cipxitf_down(intrfc);
intrfc956net/ipx/af_ipx.cipx_interface  *intrfc;
intrfc972net/ipx/af_ipx.cintrfc=(ipx_interface *)kmalloc(sizeof(ipx_interface),GFP_ATOMIC);
intrfc973net/ipx/af_ipx.cif (intrfc!=NULL) {
intrfc974net/ipx/af_ipx.cintrfc->if_dev=dev;
intrfc975net/ipx/af_ipx.cintrfc->if_netnum=0L;
intrfc976net/ipx/af_ipx.cintrfc->if_dlink_type = dlink_type;
intrfc977net/ipx/af_ipx.cintrfc->if_dlink = datalink;
intrfc978net/ipx/af_ipx.cintrfc->if_sklist = NULL;
intrfc979net/ipx/af_ipx.cintrfc->if_internal = 0;
intrfc980net/ipx/af_ipx.cintrfc->if_sknum = IPX_MIN_EPHEMERAL_SOCKET;
intrfc981net/ipx/af_ipx.cintrfc->if_ipx_offset = dev->hard_header_len + 
intrfc983net/ipx/af_ipx.cmemset(intrfc->if_node, 0, IPX_NODE_LEN);
intrfc984net/ipx/af_ipx.cmemcpy((char *)&(intrfc->if_node[IPX_NODE_LEN-dev->addr_len]), 
intrfc986net/ipx/af_ipx.cipxitf_insert(intrfc);
intrfc989net/ipx/af_ipx.creturn intrfc;
intrfc1076net/ipx/af_ipx.cipxrtr_add_route(unsigned long network, ipx_interface *intrfc, unsigned char *node)
intrfc1089net/ipx/af_ipx.celse if (intrfc == ipx_internal_net)
intrfc1093net/ipx/af_ipx.crt->ir_intrfc = intrfc;
intrfc1105net/ipx/af_ipx.cipxrtr_del_routes(ipx_interface *intrfc)
intrfc1110net/ipx/af_ipx.cif (tmp->ir_intrfc == intrfc) {
intrfc1122net/ipx/af_ipx.cipx_interface *intrfc;
intrfc1125net/ipx/af_ipx.cintrfc = ipxitf_find_using_net(rd->ipx_router_network);
intrfc1126net/ipx/af_ipx.cif (intrfc == NULL)
intrfc1129net/ipx/af_ipx.creturn ipxrtr_add_route(rd->ipx_network, intrfc, rd->ipx_router_node);
intrfc1162net/ipx/af_ipx.cipx_interface *intrfc;
intrfc1173net/ipx/af_ipx.cintrfc = ipx_primary_net;
intrfc1181net/ipx/af_ipx.cintrfc = rt->ir_intrfc;
intrfc1184net/ipx/af_ipx.cipx_offset = intrfc->if_ipx_offset;
intrfc1205net/ipx/af_ipx.cipx->ipx_source.net = sk->protinfo.af_ipx.intrfc->if_netnum;
intrfc1212net/ipx/af_ipx.cipx->ipx_source.net = intrfc->if_netnum;
intrfc1213net/ipx/af_ipx.cmemcpy(ipx->ipx_source.node, intrfc->if_node, IPX_NODE_LEN);
intrfc1217net/ipx/af_ipx.cipx->ipx_source.net = sk->protinfo.af_ipx.intrfc->if_netnum;
intrfc1218net/ipx/af_ipx.cmemcpy(ipx->ipx_source.node, sk->protinfo.af_ipx.intrfc->if_node, IPX_NODE_LEN);
intrfc1236net/ipx/af_ipx.creturn ipxitf_send(intrfc, skb, (rt && rt->ir_routed) ? 
intrfc1315net/ipx/af_ipx.cipx_device_name(ipx_interface *intrfc)
intrfc1317net/ipx/af_ipx.creturn (intrfc->if_internal ? "Internal" :
intrfc1318net/ipx/af_ipx.c(intrfc->if_dev ? intrfc->if_dev->name : "Unknown"));
intrfc1388net/ipx/af_ipx.chtonl(s->protinfo.af_ipx.intrfc->if_netnum),
intrfc1626net/ipx/af_ipx.csk->protinfo.af_ipx.intrfc = NULL;
intrfc1667net/ipx/af_ipx.cipx_first_free_socketnum(ipx_interface *intrfc)
intrfc1669net/ipx/af_ipx.cunsigned short  socketNum = intrfc->if_sknum;
intrfc1674net/ipx/af_ipx.cwhile (ipxitf_find_socket(intrfc, ntohs(socketNum)) != NULL)
intrfc1680net/ipx/af_ipx.cintrfc->if_sknum = socketNum;
intrfc1687net/ipx/af_ipx.cipx_interface *intrfc;
intrfc1698net/ipx/af_ipx.cintrfc = ipxitf_find_using_net(addr->sipx_network);
intrfc1699net/ipx/af_ipx.cif (intrfc == NULL)
intrfc1703net/ipx/af_ipx.caddr->sipx_port = ipx_first_free_socketnum(intrfc);
intrfc1714net/ipx/af_ipx.cif (intrfc == ipx_internal_net)
intrfc1728net/ipx/af_ipx.cmemcpy(sk->protinfo.af_ipx.node, intrfc->if_node,
intrfc1735net/ipx/af_ipx.cif (ipxitf_find_internal_socket(intrfc, 
intrfc1752net/ipx/af_ipx.cmemcpy(sk->protinfo.af_ipx.node, intrfc->if_node, 
intrfc1755net/ipx/af_ipx.cif(ipxitf_find_socket(intrfc, addr->sipx_port)!=NULL) {
intrfc1768net/ipx/af_ipx.cif(ipxitf_find_socket(intrfc, addr->sipx_port)!=NULL) {
intrfc1777net/ipx/af_ipx.cipxitf_insert_socket(intrfc, sk);
intrfc1806net/ipx/af_ipx.cmemcpy(uaddr.sipx_node, sk->protinfo.af_ipx.intrfc->if_node,
intrfc1857net/ipx/af_ipx.cif (sk->protinfo.af_ipx.intrfc != NULL) {
intrfc1858net/ipx/af_ipx.csipx.sipx_network = sk->protinfo.af_ipx.intrfc->if_netnum;
intrfc1863net/ipx/af_ipx.csk->protinfo.af_ipx.intrfc->if_node, IPX_NODE_LEN);
intrfc1939net/ipx/af_ipx.cipx_interface  *intrfc;
intrfc1960net/ipx/af_ipx.cintrfc = ipxitf_find_using_phys(dev, pt->type);
intrfc1961net/ipx/af_ipx.cif (intrfc == NULL) {
intrfc1963net/ipx/af_ipx.cintrfc = ipxitf_auto_create(dev, pt->type);
intrfc1966net/ipx/af_ipx.cif (intrfc == NULL) {
intrfc1973net/ipx/af_ipx.creturn ipxitf_rcv(intrfc, skb);
intrfc1997net/ipx/af_ipx.cmemcpy(uaddr.sipx_node, sk->protinfo.af_ipx.intrfc