HelenOS sources

eth_pdu_decode    239 uspace/srv/net/ethip/ethip.c 	errno_t rc = eth_pdu_decode(data, size, &frame);
eth_pdu_decode     43 uspace/srv/net/ethip/pdu.h extern errno_t eth_pdu_decode(void *, size_t, eth_frame_t *);
HelenOS homepage, sources at GitHub