Home
last modified time | relevance | path

Searched refs:PRC_IS_REDIRECT (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.1.9/bsd/sys/
H A Dprotosw.h109 #define PRC_IS_REDIRECT(cmd) \ macro
/xnu-12377.1.9/bsd/netinet6/
H A Dudp6_usrreq.c709 if (PRC_IS_REDIRECT(cmd)) { in udp6_ctlinput()
H A Draw_ip6.c331 if (PRC_IS_REDIRECT(cmd)) { in rip6_ctlinput()
H A Din6_pcb.c1158 if (PRC_IS_REDIRECT(cmd) || cmd == PRC_HOSTDEAD) { in in6_pcbnotify()
/xnu-12377.1.9/bsd/netinet/
H A Dtcp_subr.c2621 } else if (inetctlerrmap[cmd] == 0 && !PRC_IS_REDIRECT(cmd)) { in tcp_ctlinput()
2679 if (PRC_IS_REDIRECT(cmd)) { in tcp_ctlinput()
2766 } else if (inet6ctlerrmap[cmd] == 0 && !PRC_IS_REDIRECT(cmd)) { in tcp6_ctlinput()
2841 if (PRC_IS_REDIRECT(cmd)) { in tcp6_ctlinput()
H A Dudp_usrreq.c974 if (PRC_IS_REDIRECT(cmd)) { in udp_ctlinput()