Home
last modified time | relevance | path

Searched refs:PRC_UNREACH_PROTOCOL (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dprotosw.h288 #define PRC_UNREACH_PROTOCOL 10 /* dst says bad protocol */ macro
/f-stack/freebsd/sys/
H A Dprotosw.h291 #define PRC_UNREACH_PROTOCOL 10 /* dst says bad protocol */ macro
/f-stack/freebsd/netinet/
H A Dip_icmp.c504 code = PRC_UNREACH_PROTOCOL; in icmp_input()
H A Dtcp_subr.c2477 cmd == PRC_UNREACH_PORT || cmd == PRC_UNREACH_PROTOCOL || in tcp_ctlinput()
2611 cmd == PRC_UNREACH_PORT || cmd == PRC_UNREACH_PROTOCOL || in tcp6_ctlinput()
/f-stack/freebsd/netinet6/
H A Dicmp6.c524 code = PRC_UNREACH_PROTOCOL; in icmp6_input()