Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet6/
H A Din6_var.h833 extern u_char inet6ctlerrmap[];
H A Draw_ip6.c332 } else if (inet6ctlerrmap[cmd] == 0) { in rip6_ctlinput()
H A Dudp6_usrreq.c691 } else if (inet6ctlerrmap[cmd] == 0) { in udp6_ctlinput()
H A Din6_pcb.c1123 errno = inet6ctlerrmap[cmd]; in in6_pcbnotify()
H A Dip6_input.c2380 u_char inet6ctlerrmap[PRC_NCMDS] = { variable
/xnu-8792.41.9/bsd/netinet/
H A Dtcp_subr.c2599 } else if (inet6ctlerrmap[cmd] == 0 && !PRC_IS_REDIRECT(cmd)) { in tcp6_ctlinput()