| tag | line | file | source code |
| net | 157 | net/inet/ipx.c | len += sprintf (buffer+len,"%08lX:%02X%02X%02X%02X%02X%02X:%02X ", htonl(s->ipx_source_addr.net), |
| net | 161 | net/inet/ipx.c | len += sprintf (buffer+len,"%08lX:%02X%02X%02X%02X%02X%02X:%02X ", htonl(s->ipx_dest_addr.net), |
| net | 231 | net/inet/ipx.c | static ipx_route *ipxrtr_get_dev(long net) |
| net | 240 | net/inet/ipx.c | if(r->net==net) |
| net | 317 | net/inet/ipx.c | rt->net=r->ipx_network; |
| net | 346 | net/inet/ipx.c | rt->net=r->ipx_network; |
| net | 370 | net/inet/ipx.c | static int ipxrtr_delete(long net) |
| net | 376 | net/inet/ipx.c | if (tmp->net == net) { |
| net | 440 | net/inet/ipx.c | len += sprintf (buffer+len,"%08lX %08lX:%02X%02X%02X%02X%02X%02X %02X %s\n", ntohl(rt->net), |
| net | 702 | net/inet/ipx.c | sk->ipx_source_addr.net); |
| net | 706 | net/inet/ipx.c | sk->ipx_source_addr.net=rt->net; |
| net | 733 | net/inet/ipx.c | if(sk->ipx_source_addr.net==0) |
| net | 745 | net/inet/ipx.c | sk->ipx_dest_addr.net=addr->sipx_network; |
| net | 748 | net/inet/ipx.c | if(ipxrtr_get_dev(sk->ipx_dest_addr.net)==NULL) |
| net | 789 | net/inet/ipx.c | sipx.sipx_network = addr->net; |
| net | 867 | net/inet/ipx.c | rt=ipxrtr_get_dev(ipx->ipx_dest.net); |
| net | 922 | net/inet/ipx.c | if (ln->net == 0L) { |
| net | 924 | net/inet/ipx.c | ln->net = ipx->ipx_dest.net; |
| net | 936 | net/inet/ipx.c | if (sock->ipx_source_addr.net == 0L) |
| net | 937 | net/inet/ipx.c | sock->ipx_source_addr.net = ln->net; |
| net | 975 | net/inet/ipx.c | if(sk->ipx_source_addr.net==0) |
| net | 1001 | net/inet/ipx.c | usipx->sipx_network=sk->ipx_dest_addr.net; |
| net | 1026 | net/inet/ipx.c | usipx->sipx_network = rt->net; |
| net | 1088 | net/inet/ipx.c | ipx->ipx_dest.net=usipx->sipx_network; |
| net | 1168 | net/inet/ipx.c | sipx->sipx_network=ipx->ipx_source.net; |
| net | 19 | net/inet/ipx.h | unsigned long net; |
| net | 46 | net/inet/ipx.h | unsigned long net; |