Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dprotosw.h95 #define PRC_UNREACH_PORT 11 /* bad port # */ macro
/xnu-12377.41.6/bsd/netinet/
H A Dip_icmp.c547 code = PRC_UNREACH_PORT; in icmp_input()
H A Dtcp_subr.c2711 cmd == PRC_UNREACH_PORT || cmd == PRC_UNREACH_PROTOCOL || in tcp_ctlinput()
2856 cmd == PRC_UNREACH_PORT || cmd == PRC_TIMXCEED_INTRANS) && in tcp6_ctlinput()
/xnu-12377.41.6/bsd/netinet6/
H A Dicmp6.c613 code = PRC_UNREACH_PORT; in icmp6_input()