Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/sys/
H A Dprotosw.h90 #define PRC_HOSTDEAD 6 /* host appears to be down */ macro
/xnu-11417.101.15/bsd/netinet6/
H A Din6_pcb.c1158 if (PRC_IS_REDIRECT(cmd) || cmd == PRC_HOSTDEAD) { in in6_pcbnotify()
1163 if (cmd != PRC_HOSTDEAD) { in in6_pcbnotify()
H A Draw_ip6.c331 } else if (cmd == PRC_HOSTDEAD) { in rip6_ctlinput()
H A Dudp6_usrreq.c713 } else if (cmd == PRC_HOSTDEAD) { in udp6_ctlinput()
/xnu-11417.101.15/bsd/netinet/
H A Dtcp_subr.c2486 else if (cmd == PRC_HOSTDEAD) { in tcp_ctlinput()
2631 else if (cmd == PRC_HOSTDEAD) { in tcp6_ctlinput()
H A Dudp_usrreq.c970 } else if (cmd == PRC_HOSTDEAD) { in udp_ctlinput()