Home
last modified time | relevance | path

Searched refs:inetctlerrmap (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/netinet/
H A Dtcp_subr.c730 errno = inetctlerrmap[cmd]; in tcp_ctlinput()
820 } else if (inetctlerrmap[cmd] == EHOSTUNREACH || in tcp_ctlinput()
821 inetctlerrmap[cmd] == ENETUNREACH || in tcp_ctlinput()
822 inetctlerrmap[cmd] == EHOSTDOWN) { in tcp_ctlinput()
H A Din.h765 extern const u_char inetctlerrmap[];
H A Dudp_usrreq.c898 errno = inetctlerrmap[cmd]; in udp_ctlinput()
H A Dip_input.c1532 const u_char inetctlerrmap[PRC_NCMDS] = { variable