Searched refs:inet6ctlerrmap (Results 1 – 6 of 6) sorted by relevance
641 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()
756 else if (inet6ctlerrmap[cmd] == 0) in udp6_ctlinput()
398 extern const u_char inet6ctlerrmap[];
473 errno = inet6ctlerrmap[cmd]; in in6_pcbnotify()
326 else if (inet6ctlerrmap[cmd] == 0) in rip6_ctlinput()
1439 const u_char inet6ctlerrmap[PRC_NCMDS] = { variable