tag | line | file | source code |
ipx_packet | 339 | net/inet/ipx.c | ipx_packet *ipx = (ipx_packet *)(skb->h.raw); |
ipx_packet | 463 | net/inet/ipx.c | ipx_packet *ipx = (ipx_packet *)(skb->h.raw); |
ipx_packet | 543 | net/inet/ipx.c | ipx_packet *ipx = (ipx_packet *) (skb->h.raw); |
ipx_packet | 972 | net/inet/ipx.c | ipx_packet *ipx; |
ipx_packet | 990 | net/inet/ipx.c | size=sizeof(ipx_packet)+len; |
ipx_packet | 1004 | net/inet/ipx.c | ipx=(ipx_packet *)&(skb->data[ipx_offset]); |
ipx_packet | 1006 | net/inet/ipx.c | ipx->ipx_pktsize=htons(len+sizeof(ipx_packet)); |
ipx_packet | 1026 | net/inet/ipx.c | ipx_packet *ipx = (ipx_packet *) (skb->h.raw); |
ipx_packet | 1603 | net/inet/ipx.c | void dump_hdr(char *str,ipx_packet *p) { |
ipx_packet | 1611 | net/inet/ipx.c | void dump_pkt(char *str,ipx_packet *p) { |
ipx_packet | 1621 | net/inet/ipx.c | ipx_packet *ipx; |
ipx_packet | 1623 | net/inet/ipx.c | ipx=(ipx_packet *)skb->h.raw; |
ipx_packet | 1634 | net/inet/ipx.c | if(htons(ipx->ipx_pktsize)<sizeof(ipx_packet)) { |
ipx_packet | 1709 | net/inet/ipx.c | struct ipx_packet *ipx = NULL; |
ipx_packet | 1732 | net/inet/ipx.c | ipx = (ipx_packet *)(skb->h.raw); |
ipx_packet | 1733 | net/inet/ipx.c | copied=ntohs(ipx->ipx_pktsize) - sizeof(ipx_packet); |
ipx_packet | 1734 | net/inet/ipx.c | skb_copy_datagram(skb,sizeof(struct ipx_packet),ubuf,copied); |