Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/
H A Din_var.h256 extern u_char inetctlerrmap[PRC_NCMDS];
H A Dudp_usrreq.c1016 } else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) { in udp_ctlinput()
1051 (*notify)(inp, inetctlerrmap[cmd]); in udp_ctlinput()
1077 in_pcbnotifyall(&udbinfo, faddr, inetctlerrmap[cmd], notify); in udp_ctlinput()
H A Dtcp_subr.c2726 } else if (inetctlerrmap[cmd] == 0 && !PRC_IS_REDIRECT(cmd)) { in tcp_ctlinput()
2736 in_pcbnotifyall(&tcbinfo, faddr, inetctlerrmap[cmd], notify); in tcp_ctlinput()
2795 (*notify)(inp, inetctlerrmap[cmd]); in tcp_ctlinput()
2960 (*notify)(inp, inetctlerrmap[cmd]); in tcp6_ctlinput()
2963 (*notify)(inp, inetctlerrmap[cmd]); in tcp6_ctlinput()
H A Dip_input.c2997 u_char inetctlerrmap[PRC_NCMDS] = { variable