Home
last modified time | relevance | path

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

/openbsd/src/sys/netinet6/
Din6_pcb.c465 if (PRC_IS_REDIRECT(cmd) || cmd == PRC_HOSTDEAD) { in in6_pcbnotify()
470 if (cmd != PRC_HOSTDEAD) in in6_pcbnotify()
513 if ((PRC_IS_REDIRECT(cmd) || cmd == PRC_HOSTDEAD) && in in6_pcbnotify()
Draw_ip6.c322 else if (cmd == PRC_HOSTDEAD) in rip6_ctlinput()
Dicmp6.c479 code = PRC_HOSTDEAD; in icmp6_input()
/openbsd/src/sys/sys/
Dprotosw.h196 #define PRC_HOSTDEAD 6 /* host appears to be down */ macro
/openbsd/src/sys/netinet/
Dtcp_subr.c639 else if (cmd == PRC_HOSTDEAD) in tcp6_ctlinput()
804 else if (cmd == PRC_HOSTDEAD) in tcp_ctlinput()
Dudp_usrreq.c752 else if (cmd == PRC_HOSTDEAD) in udp6_ctlinput()
901 else if (cmd == PRC_HOSTDEAD) in udp_ctlinput()