Searched refs:SPX_SYS_PKT_LEN (Results 1 – 2 of 2) sorted by relevance
23 #define SPX_SYS_PKT_LEN (sizeof(struct ipxspxhdr)) macro
454 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()