Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dprotosw.h90 #define PRC_HOSTDEAD 6 /* host appears to be down */ macro
/xnu-12377.41.6/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 Dudp6_usrreq.c718 } else if (cmd == PRC_HOSTDEAD) { in udp6_ctlinput()
H A Draw_ip6.c334 } else if (cmd == PRC_HOSTDEAD) { in rip6_ctlinput()
/xnu-12377.41.6/bsd/netinet/
H A Dtcp_subr.c2720 else if (cmd == PRC_HOSTDEAD) { in tcp_ctlinput()
2865 else if (cmd == PRC_HOSTDEAD) { in tcp6_ctlinput()
H A Dudp_usrreq.c1014 } else if (cmd == PRC_HOSTDEAD) { in udp_ctlinput()