Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dprotosw.h95 #define PRC_UNREACH_PORT 11 /* bad port # */ macro
/xnu-10063.101.15/bsd/netinet/
H A Dip_icmp.c543 code = PRC_UNREACH_PORT; in icmp_input()
H A Dtcp_subr.c2461 cmd == PRC_UNREACH_PORT || cmd == PRC_UNREACH_PROTOCOL || in tcp_ctlinput()
2606 cmd == PRC_UNREACH_PORT || cmd == PRC_TIMXCEED_INTRANS) && in tcp6_ctlinput()
/xnu-10063.101.15/bsd/netinet6/
H A Dicmp6.c608 code = PRC_UNREACH_PORT; in icmp6_input()