Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Din_var.h103 extern u_char inetctlerrmap[];
/f-stack/freebsd/netinet/
H A Din_var.h103 extern u_char inetctlerrmap[];
H A Dudp_usrreq.c806 else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) in udp_common_ctlinput()
815 udp_notify(inp, inetctlerrmap[cmd]); in udp_common_ctlinput()
836 in_pcbnotifyall(pcbinfo, faddr, inetctlerrmap[cmd], in udp_common_ctlinput()
H A Dtcp_subr.c2488 else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) in tcp_ctlinput()
2492 in_pcbnotifyall(&V_tcbinfo, faddr, inetctlerrmap[cmd], notify); in tcp_ctlinput()
2548 inetctlerrmap[cmd]); in tcp_ctlinput()
H A Dip_input.c924 u_char inetctlerrmap[PRC_NCMDS] = { variable
H A Dsctp_usrreq.c263 } else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) { in sctp_ctlinput()