Home
last modified time | relevance | path

Searched refs:ipxspxhdr (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/net/ipx/
Daf_spx.c427 struct ipxspxhdr *ipxh; in spx_transmit()
434 int size = offset + sizeof(struct ipxspxhdr); in spx_transmit()
447 skb->h.raw = skb->nh.raw = skb_put(skb,sizeof(struct ipxspxhdr)); in spx_transmit()
452 ipxh = (struct ipxspxhdr *)skb->nh.raw; in spx_transmit()
580 struct ipxspxhdr *ipxh; in spx_retransmit_chk()
591 ipxh = (struct ipxspxhdr *)skb->nh.raw; in spx_retransmit_chk()
616 struct ipxspxhdr *ipxh; in spx_rcv()
622 ipxh = (struct ipxspxhdr *)skb->nh.raw; in spx_rcv()
740 size = offset + sizeof(struct ipxspxhdr) + len; in spx_sendmsg()
750 skb->h.raw = skb->nh.raw = skb_put(skb, sizeof(struct ipxspxhdr)); in spx_sendmsg()
[all …]
/linux-2.4.37.9/include/net/
Dspx.h18 struct ipxspxhdr struct
23 #define SPX_SYS_PKT_LEN (sizeof(struct ipxspxhdr)) argument