Searched refs:inetctlerrmap (Results 1 – 7 of 7) sorted by relevance
1384 extern const int inetctlerrmap[]; in tcp_ctlinput()1401 errno = inetctlerrmap[cmd]; in tcp_ctlinput()1491 (inetctlerrmap[cmd] == EHOSTUNREACH || in tcp_ctlinput()1492 inetctlerrmap[cmd] == ENETUNREACH || in tcp_ctlinput()1493 inetctlerrmap[cmd] == EHOSTDOWN)) { in tcp_ctlinput()
254 extern const int inetctlerrmap[];
946 else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) in dccp_ctlinput()953 ip->ip_src, dh->dh_sport, inetctlerrmap[cmd], notify); in dccp_ctlinput()957 (*notify)(inp, inetctlerrmap[cmd]); in dccp_ctlinput()964 inpcb_notifyall(&dccpbtable, faddr, inetctlerrmap[cmd], notify); in dccp_ctlinput()
272 errno = inetctlerrmap[cmd]; in rip_ctlinput()
429 } else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) { in sctp_ctlinput()463 cm = inetctlerrmap[cmd]; in sctp_ctlinput()477 inetctlerrmap[cmd]); in sctp_ctlinput()
666 errno = inetctlerrmap[cmd]; in udp_ctlinput()
1282 const int inetctlerrmap[PRC_NCMDS] = { variable