Searched refs:inetctlerrmap (Results 1 – 6 of 6) sorted by relevance
103 extern u_char inetctlerrmap[];
806 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()
2488 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()
924 u_char inetctlerrmap[PRC_NCMDS] = { variable
263 } else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) { in sctp_ctlinput()