Home
last modified time | relevance | path

Searched refs:inet6ctlerrmap (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/netinet/
H A Dtcp_subr.c641 else if (inet6ctlerrmap[cmd] == 0) in tcp6_ctlinput()
695 notify(inp, inet6ctlerrmap[cmd]); in tcp6_ctlinput()
696 } else if (inet6ctlerrmap[cmd] == EHOSTUNREACH || in tcp6_ctlinput()
697 inet6ctlerrmap[cmd] == ENETUNREACH || in tcp6_ctlinput()
698 inet6ctlerrmap[cmd] == EHOSTDOWN) in tcp6_ctlinput()
H A Dudp_usrreq.c757 else if (inet6ctlerrmap[cmd] == 0) in udp6_ctlinput()
/openbsd/sys/netinet6/
H A Din6.h398 extern const u_char inet6ctlerrmap[];
H A Din6_pcb.c473 errno = inet6ctlerrmap[cmd]; in in6_pcbnotify()
H A Draw_ip6.c325 else if (inet6ctlerrmap[cmd] == 0) in rip6_ctlinput()
H A Dip6_input.c1420 const u_char inet6ctlerrmap[PRC_NCMDS] = { variable