HelenOS sources

arp_eth_packet_t   53 uspace/srv/net/ethip/arp.c static errno_t arp_send_packet(ethip_nic_t *nic, arp_eth_packet_t *packet);
arp_eth_packet_t   59 uspace/srv/net/ethip/arp.c 	arp_eth_packet_t packet;
arp_eth_packet_t   85 uspace/srv/net/ethip/arp.c 		arp_eth_packet_t reply;
arp_eth_packet_t  110 uspace/srv/net/ethip/arp.c 	arp_eth_packet_t packet;
arp_eth_packet_t  125 uspace/srv/net/ethip/arp.c static errno_t arp_send_packet(ethip_nic_t *nic, arp_eth_packet_t *packet)
arp_eth_packet_t  108 uspace/srv/net/ethip/pdu.c errno_t arp_pdu_encode(arp_eth_packet_t *packet, void **rdata, size_t *rsize)
arp_eth_packet_t  155 uspace/srv/net/ethip/pdu.c errno_t arp_pdu_decode(void *data, size_t size, arp_eth_packet_t *packet)
arp_eth_packet_t   44 uspace/srv/net/ethip/pdu.h extern errno_t arp_pdu_encode(arp_eth_packet_t *, void **, size_t *);
arp_eth_packet_t   45 uspace/srv/net/ethip/pdu.h extern errno_t arp_pdu_decode(void *, size_t, arp_eth_packet_t *);
HelenOS homepage, sources at GitHub