Home
last modified time | relevance | path

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

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