HelenOS sources
inet_route_packet 114 uspace/srv/net/inetsrv/icmp.c rc = inet_route_packet(&rdgram, IP_PROTO_ICMP, INET_TTL_MAX, 0);
inet_route_packet 172 uspace/srv/net/inetsrv/icmp.c errno_t rc = inet_route_packet(&dgram, IP_PROTO_ICMP, INET_TTL_MAX, 0);
inet_route_packet 103 uspace/srv/net/inetsrv/icmpv6.c errno_t rc = inet_route_packet(&rdgram, IP_PROTO_ICMPV6,
inet_route_packet 204 uspace/srv/net/inetsrv/icmpv6.c errno_t rc = inet_route_packet(&dgram, IP_PROTO_ICMPV6,
inet_route_packet 220 uspace/srv/net/inetsrv/inetsrv.c return inet_route_packet(dgram, proto, ttl, df);
inet_route_packet 183 uspace/srv/net/inetsrv/inetsrv.h extern errno_t inet_route_packet(inet_dgram_t *, uint8_t, uint8_t, int);
HelenOS homepage, sources at GitHub