Home
last modified time | relevance | path

Searched refs:ipx (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/net/ipx/
Dipx_route.c151 struct ipxhdr *ipx = ipx_hdr(skb); in ipxrtr_route_skb() local
161 r->ir_router_node : ipx->ipx_dest.node); in ipxrtr_route_skb()
177 struct ipxhdr *ipx; in ipxrtr_route_packet() local
210 ipx = ipx_hdr(skb); in ipxrtr_route_packet()
211 ipx->ipx_pktsize = htons(len + sizeof(struct ipxhdr)); in ipxrtr_route_packet()
213 ipx->ipx_type = usipx->sipx_type; in ipxrtr_route_packet()
218 memcpy(ipx->ipx_source.node, ipxs->node, IPX_NODE_LEN); in ipxrtr_route_packet()
224 memcpy(ipx->ipx_source.node, intrfc->if_node, IPX_NODE_LEN); in ipxrtr_route_packet()
227 memcpy(ipx->ipx_source.node, ipxs->intrfc->if_node, in ipxrtr_route_packet()
231 ipx->ipx_source.sock = ipxs->port; in ipxrtr_route_packet()
[all …]
DMakefile5 obj-$(CONFIG_IPX) += ipx.o
7 ipx-y := af_ipx.o ipx_route.o ipx_proc.o
8 ipx-$(CONFIG_SYSCTL) += sysctl_net_ipx.o
Daf_ipx.c384 struct ipxhdr *ipx = ipx_hdr(skb); in ipxitf_demux_socket() local
385 int is_broadcast = !memcmp(ipx->ipx_dest.node, ipx_broadcast_node, in ipxitf_demux_socket()
396 if (ipxs->port == ipx->ipx_dest.sock && in ipxitf_demux_socket()
397 (is_broadcast || !memcmp(ipx->ipx_dest.node, in ipxitf_demux_socket()
430 struct ipxhdr *ipx) in ncp_connection_hack() argument
441 u8 *ncphdr = (u8 *)(ipx + 1); in ncp_connection_hack()
469 struct ipxhdr *ipx = ipx_hdr(skb); in ipxitf_demux_socket() local
474 if (intrfc == ipx_primary_net && ntohs(ipx->ipx_dest.sock) == 0x451) in ipxitf_demux_socket()
475 sock1 = ncp_connection_hack(intrfc, ipx); in ipxitf_demux_socket()
478 sock1 = ipxitf_find_socket(intrfc, ipx->ipx_dest.sock); in ipxitf_demux_socket()
[all …]
DKconfig29 this driver as a module, choose M here: the module will be called ipx.
/linux-2.6.39/net/
DMakefile27 obj-$(CONFIG_IPX) += ipx/
DKconfig206 source "net/ipx/Kconfig"
/linux-2.6.39/Documentation/sysctl/
Dnet.txt27 ipx IPX token-ring IBM token ring
167 The IPX protocol does, however, provide proc/net/ipx. This lists each IPX
/linux-2.6.39/include/linux/
DKbuild208 header-y += ipx.h
/linux-2.6.39/
DMAINTAINERS3453 F: include/linux/ipx.h
3454 F: include/net/ipx.h
3455 F: net/ipx/