Searched refs:inetctlerrmap (Results 1 – 6 of 6) sorted by relevance
103 extern u_char inetctlerrmap[];
805 else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) in udp_common_ctlinput()814 udp_notify(inp, inetctlerrmap[cmd]); in udp_common_ctlinput()835 in_pcbnotifyall(pcbinfo, faddr, inetctlerrmap[cmd], in udp_common_ctlinput()
2401 else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) in tcp_ctlinput()2405 in_pcbnotifyall(&V_tcbinfo, faddr, inetctlerrmap[cmd], notify); in tcp_ctlinput()2462 inetctlerrmap[cmd]); in tcp_ctlinput()
931 u_char inetctlerrmap[PRC_NCMDS] = { variable
264 } else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) { in sctp_ctlinput()
1568 sdp_pcbnotifyall(faddr, inetctlerrmap[cmd], sdp_notify); in sdp_ctlinput()