Searched refs:inetctlerrmap (Results 1 – 4 of 4) sorted by relevance
| /xnu-8796.141.3/bsd/netinet/ |
| H A D | in_var.h | 192 extern u_char inetctlerrmap[];
|
| H A D | tcp_subr.c | 2447 } else if (inetctlerrmap[cmd] == 0 && !PRC_IS_REDIRECT(cmd)) { in tcp_ctlinput() 2457 in_pcbnotifyall(&tcbinfo, faddr, inetctlerrmap[cmd], notify); in tcp_ctlinput() 2516 (*notify)(inp, inetctlerrmap[cmd]); in tcp_ctlinput() 2682 (*notify)(inp, inetctlerrmap[cmd]); in tcp6_ctlinput() 2685 (*notify)(inp, inetctlerrmap[cmd]); in tcp6_ctlinput()
|
| H A D | udp_usrreq.c | 917 } else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) { in udp_ctlinput() 952 (*notify)(inp, inetctlerrmap[cmd]); in udp_ctlinput() 978 in_pcbnotifyall(&udbinfo, faddr, inetctlerrmap[cmd], notify); in udp_ctlinput()
|
| H A D | ip_input.c | 3324 u_char inetctlerrmap[PRC_NCMDS] = { variable
|