Home
last modified time | relevance | path

Searched refs:PRC_UNREACH_NET (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dprotosw.h286 #define PRC_UNREACH_NET 8 /* no route to network */ macro
/f-stack/freebsd/sys/
H A Dprotosw.h289 #define PRC_UNREACH_NET 8 /* no route to network */ macro
/f-stack/freebsd/netinet/
H A Dip_icmp.c492 code = PRC_UNREACH_NET; in icmp_input()
/f-stack/freebsd/netinet6/
H A Dicmp6.c472 code = PRC_UNREACH_NET; in icmp6_input()