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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_var.h185 extern u_char inetctlerrmap[];
H A Dudp_usrreq.c893 else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0)
908 (*notify)(inp, inetctlerrmap[cmd]);
912 in_pcbnotifyall(&udbinfo, faddr, inetctlerrmap[cmd], notify);
H A Dtcp_subr.c1736 else if ((unsigned)cmd > PRC_NCMDS || inetctlerrmap[cmd] == 0)
1810 (*notify)(inp, inetctlerrmap[cmd]);
1815 in_pcbnotifyall(&tcbinfo, faddr, inetctlerrmap[cmd], notify);
H A Dip_input.c2250 u_char inetctlerrmap[PRC_NCMDS] = { variable

Completed in 32 milliseconds