tag | line | file | source code |
net | 155 | net/inet/ipx.c | len += sprintf (buffer+len,"%08lX:%02X%02X%02X%02X%02X%02X:%02X ", htonl(s->ipx_source_addr.net), |
net | 159 | net/inet/ipx.c | len += sprintf (buffer+len,"%08lX:%02X%02X%02X%02X%02X%02X:%02X ", htonl(s->ipx_dest_addr.net), |
net | 229 | net/inet/ipx.c | static ipx_route *ipxrtr_get_dev(long net) |
net | 238 | net/inet/ipx.c | if(r->net==net) |
net | 315 | net/inet/ipx.c | rt->net=r->ipx_network; |
net | 344 | net/inet/ipx.c | rt->net=r->ipx_network; |
net | 368 | net/inet/ipx.c | static int ipxrtr_delete(long net) |
net | 374 | net/inet/ipx.c | if (tmp->net == net) { |
net | 438 | net/inet/ipx.c | len += sprintf (buffer+len,"%08lX %08lX:%02X%02X%02X%02X%02X%02X %02X %s\n", ntohl(rt->net), |
net | 732 | net/inet/ipx.c | sk->ipx_source_addr.net); |
net | 736 | net/inet/ipx.c | sk->ipx_source_addr.net=rt->net; |
net | 773 | net/inet/ipx.c | if(sk->ipx_source_addr.net==0) /* Must bind first - no autobinding in this */ |
net | 777 | net/inet/ipx.c | sk->ipx_dest_addr.net=addr.sipx_network; |
net | 780 | net/inet/ipx.c | if(ipxrtr_get_dev(sk->ipx_dest_addr.net)==NULL) |
net | 834 | net/inet/ipx.c | sipx.sipx_network = addr->net; |
net | 913 | net/inet/ipx.c | rt=ipxrtr_get_dev(ipx->ipx_dest.net); |
net | 968 | net/inet/ipx.c | if (ln->net == 0L) { |
net | 969 | net/inet/ipx.c | printk("IPX: Registering local net %lx\n", ipx->ipx_dest.net); |
net | 970 | net/inet/ipx.c | ln->net = ipx->ipx_dest.net; |
net | 982 | net/inet/ipx.c | if (sock->ipx_source_addr.net == 0L) |
net | 983 | net/inet/ipx.c | sock->ipx_source_addr.net = ln->net; |
net | 1043 | net/inet/ipx.c | sipx.sipx_network=sk->ipx_dest_addr.net; |
net | 1070 | net/inet/ipx.c | sipx.sipx_network = rt->net; |
net | 1132 | net/inet/ipx.c | ipx->ipx_dest.net=sipx.sipx_network; |
net | 1231 | net/inet/ipx.c | addr.sipx_network=ipx->ipx_source.net; |
net | 19 | net/inet/ipx.h | unsigned long net; |
net | 46 | net/inet/ipx.h | unsigned long net; |