Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet6/
H A Din6_var.h553 extern u_char inet6ctlerrmap[];
/f-stack/freebsd/netinet6/
H A Draw_ip6.c368 else if (inet6ctlerrmap[cmd] == 0) in rip6_ctlinput()
H A Din6_var.h553 extern u_char inet6ctlerrmap[];
H A Dsctp6_usrreq.c270 } else if (inet6ctlerrmap[cmd] == 0) { in sctp6_ctlinput()
H A Din6_pcb.c681 errno = inet6ctlerrmap[cmd]; in in6_pcbnotify()
H A Dudp6_usrreq.c572 else if (inet6ctlerrmap[cmd] == 0) in udp6_common_ctlinput()
H A Dip6_input.c1730 u_char inet6ctlerrmap[PRC_NCMDS] = { variable
/f-stack/freebsd/netinet/
H A Dtcp_subr.c2622 else if ((unsigned)cmd >= PRC_NCMDS || inet6ctlerrmap[cmd] == 0) in tcp6_ctlinput()
2695 inet6ctlerrmap[cmd]); in tcp6_ctlinput()