Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/sys/ !
H A Dprotosw.h90 #define PRC_HOSTDEAD 6 /* host appears to be down */ macro
/xnu-8796.101.5/bsd/netinet6/ !
H A Din6_pcb.c1114 if (PRC_IS_REDIRECT(cmd) || cmd == PRC_HOSTDEAD) { in in6_pcbnotify()
1119 if (cmd != PRC_HOSTDEAD) { in in6_pcbnotify()
H A Dudp6_usrreq.c691 } else if (cmd == PRC_HOSTDEAD) { in udp6_ctlinput()
H A Draw_ip6.c330 } else if (cmd == PRC_HOSTDEAD) { in rip6_ctlinput()
/xnu-8796.101.5/bsd/netinet/ !
H A Dtcp_subr.c2439 else if (cmd == PRC_HOSTDEAD) { in tcp_ctlinput()
2584 else if (cmd == PRC_HOSTDEAD) { in tcp6_ctlinput()
H A Dudp_usrreq.c915 } else if (cmd == PRC_HOSTDEAD) { in udp_ctlinput()