HelenOS sources

ndp_packet_t       68 uspace/srv/net/inetsrv/ndp.c static errno_t ndp_send_packet(inet_link_t *link, ndp_packet_t *packet)
ndp_packet_t       91 uspace/srv/net/inetsrv/ndp.c 	ndp_packet_t packet;
ndp_packet_t      116 uspace/srv/net/inetsrv/ndp.c 			ndp_packet_t reply;
ndp_packet_t      168 uspace/srv/net/inetsrv/ndp.c 	ndp_packet_t packet;
ndp_packet_t      477 uspace/srv/net/inetsrv/pdu.c errno_t ndp_pdu_encode(ndp_packet_t *ndp, inet_dgram_t *dgram)
ndp_packet_t      538 uspace/srv/net/inetsrv/pdu.c errno_t ndp_pdu_decode(inet_dgram_t *dgram, ndp_packet_t *ndp)
ndp_packet_t       57 uspace/srv/net/inetsrv/pdu.h extern errno_t ndp_pdu_decode(inet_dgram_t *, ndp_packet_t *);
ndp_packet_t       58 uspace/srv/net/inetsrv/pdu.h extern errno_t ndp_pdu_encode(ndp_packet_t *, inet_dgram_t *);
HelenOS homepage, sources at GitHub