Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/sys/
HDprotosw.h284 #define PRC_HOSTDEAD 6 /* host appears to be down */ macro
/freebsd-11-stable/sys/netinet6/
HDin6_pcb.c620 if (PRC_IS_REDIRECT(cmd) || cmd == PRC_HOSTDEAD) { in in6_pcbnotify()
625 if (cmd != PRC_HOSTDEAD) in in6_pcbnotify()
HDraw_ip6.c355 else if (cmd == PRC_HOSTDEAD) in rip6_ctlinput()
HDudp6_usrreq.c518 else if (cmd == PRC_HOSTDEAD) in udp6_common_ctlinput()
/freebsd-11-stable/sys/netinet/
HDtcp_subr.c1962 else if (cmd == PRC_HOSTDEAD) in tcp_ctlinput()
2098 else if (cmd == PRC_HOSTDEAD) in tcp6_ctlinput()
HDudp_usrreq.c770 if (cmd == PRC_HOSTDEAD) in udp_common_ctlinput()