Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dprotosw.h284 #define PRC_HOSTDEAD 6 /* host appears to be down */ macro
/f-stack/freebsd/sys/
H A Dprotosw.h287 #define PRC_HOSTDEAD 6 /* host appears to be down */ macro
/f-stack/freebsd/netinet6/
H A Din6_pcb.c673 if (PRC_IS_REDIRECT(cmd) || cmd == PRC_HOSTDEAD) { in in6_pcbnotify()
678 if (cmd != PRC_HOSTDEAD) in in6_pcbnotify()
H A Draw_ip6.c366 else if (cmd == PRC_HOSTDEAD) in rip6_ctlinput()
H A Dudp6_usrreq.c570 else if (cmd == PRC_HOSTDEAD) in udp6_common_ctlinput()
/f-stack/freebsd/netinet/
H A Dtcp_subr.c2486 else if (cmd == PRC_HOSTDEAD) in tcp_ctlinput()
2620 else if (cmd == PRC_HOSTDEAD) in tcp6_ctlinput()
H A Dudp_usrreq.c804 if (cmd == PRC_HOSTDEAD) in udp_common_ctlinput()