Searched refs:inetctlerrmap (Results 1 – 6 of 6) sorted by relevance
100 extern u_char inetctlerrmap[];
772 else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) in udp_common_ctlinput()781 udp_notify(inp, inetctlerrmap[cmd]); in udp_common_ctlinput()801 in_pcbnotifyall(pcbinfo, faddr, inetctlerrmap[cmd], in udp_common_ctlinput()
1964 else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) in tcp_ctlinput()1968 in_pcbnotifyall(&V_tcbinfo, faddr, inetctlerrmap[cmd], notify); in tcp_ctlinput()2025 inetctlerrmap[cmd]); in tcp_ctlinput()
926 u_char inetctlerrmap[PRC_NCMDS] = { variable
274 } else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) { in sctp_ctlinput()
1569 sdp_pcbnotifyall(faddr, inetctlerrmap[cmd], sdp_notify); in sdp_ctlinput()