Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dprotosw.h90 #define PRC_HOSTDEAD 6 /* host appears to be down */ macro
/xnu-10063.101.15/bsd/netinet6/
H A Din6_pcb.c1159 if (PRC_IS_REDIRECT(cmd) || cmd == PRC_HOSTDEAD) { in in6_pcbnotify()
1164 if (cmd != PRC_HOSTDEAD) { in in6_pcbnotify()
H A Dudp6_usrreq.c696 } else if (cmd == PRC_HOSTDEAD) { in udp6_ctlinput()
H A Draw_ip6.c330 } else if (cmd == PRC_HOSTDEAD) { in rip6_ctlinput()
/xnu-10063.101.15/bsd/netinet/
H A Dtcp_subr.c2470 else if (cmd == PRC_HOSTDEAD) { in tcp_ctlinput()
2615 else if (cmd == PRC_HOSTDEAD) { in tcp6_ctlinput()
H A Dudp_usrreq.c948 } else if (cmd == PRC_HOSTDEAD) { in udp_ctlinput()