Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dprotosw.h94 #define PRC_UNREACH_PROTOCOL 10 /* dst says bad protocol */ macro
/xnu-12377.41.6/bsd/netinet6/
H A Dicmp6.c606 code = PRC_UNREACH_PROTOCOL; /* is this a good code? */ in icmp6_input()
653 code = PRC_UNREACH_PROTOCOL; in icmp6_input()
/xnu-12377.41.6/bsd/netinet/
H A Dtcp_subr.c2711 cmd == PRC_UNREACH_PORT || cmd == PRC_UNREACH_PROTOCOL || in tcp_ctlinput()