Searched refs:inetctlerrmap (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.101.4/bsd/netinet/ |
| H A D | in_var.h | 192 extern u_char inetctlerrmap[];
|
| H A D | tcp_subr.c | 2437 } else if (inetctlerrmap[cmd] == 0 && !PRC_IS_REDIRECT(cmd)) { in tcp_ctlinput() 2447 in_pcbnotifyall(&tcbinfo, faddr, inetctlerrmap[cmd], notify); in tcp_ctlinput() 2506 (*notify)(inp, inetctlerrmap[cmd]); in tcp_ctlinput() 2672 (*notify)(inp, inetctlerrmap[cmd]); in tcp6_ctlinput() 2675 (*notify)(inp, inetctlerrmap[cmd]); in tcp6_ctlinput()
|
| H A D | udp_usrreq.c | 910 } else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) { in udp_ctlinput() 940 (*notify)(inp, inetctlerrmap[cmd]); in udp_ctlinput() 966 in_pcbnotifyall(&udbinfo, faddr, inetctlerrmap[cmd], notify); in udp_ctlinput()
|
| H A D | ip_input.c | 3314 u_char inetctlerrmap[PRC_NCMDS] = { variable
|