Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Din_var.h103 extern u_char inetctlerrmap[];
Dudp_usrreq.c805 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()
Dtcp_subr.c2401 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()
Dip_input.c931 u_char inetctlerrmap[PRC_NCMDS] = { variable
Dsctp_usrreq.c264 } else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) { in sctp_ctlinput()
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
Dsdp_main.c1568 sdp_pcbnotifyall(faddr, inetctlerrmap[cmd], sdp_notify); in sdp_ctlinput()