Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dprotosw.h109 #define PRC_IS_REDIRECT(cmd) \ macro
/xnu-12377.41.6/bsd/netinet6/
H A Dudp6_usrreq.c715 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.41.6/bsd/netinet/
H A Dtcp_subr.c2722 } else if (inetctlerrmap[cmd] == 0 && !PRC_IS_REDIRECT(cmd)) { in tcp_ctlinput()
2780 if (PRC_IS_REDIRECT(cmd)) { in tcp_ctlinput()
2867 } else if (inet6ctlerrmap[cmd] == 0 && !PRC_IS_REDIRECT(cmd)) { in tcp6_ctlinput()
2942 if (PRC_IS_REDIRECT(cmd)) { in tcp6_ctlinput()
H A Dudp_usrreq.c1011 if (PRC_IS_REDIRECT(cmd)) { in udp_ctlinput()