Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/
Dspx.h23 #define SPX_SYS_PKT_LEN (sizeof(struct ipxspxhdr)) macro
/linux-2.4.37.9/net/ipx/
Daf_spx.c454 ipxh->ipx.ipx_pktsize = htons(SPX_SYS_PKT_LEN); in spx_transmit()
474 ipxh->ipx.ipx_pktsize = htons(SPX_SYS_PKT_LEN + len); in spx_transmit()
627 if(ntohs(ipxh->ipx.ipx_pktsize) < SPX_SYS_PKT_LEN) in spx_rcv()
815 copied = ntohs(ispxh->ipx.ipx_pktsize) - SPX_SYS_PKT_LEN; in spx_recvmsg()
822 err = memcpy_toiovec(msg->msg_iov, skb->nh.raw+SPX_SYS_PKT_LEN, copied); in spx_recvmsg()