Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/ !
H A Dprotosw.h107 #define PRC_IS_REDIRECT(cmd) \ macro
/xnu-8020.101.4/bsd/netinet/ !
H A Dtcp_subr.c2437 } else if (inetctlerrmap[cmd] == 0 && !PRC_IS_REDIRECT(cmd)) { in tcp_ctlinput()
2495 if (PRC_IS_REDIRECT(cmd)) { in tcp_ctlinput()
2582 } else if (inet6ctlerrmap[cmd] == 0 && !PRC_IS_REDIRECT(cmd)) { in tcp6_ctlinput()
2658 if (PRC_IS_REDIRECT(cmd)) { in tcp6_ctlinput()
H A Dudp_usrreq.c905 if (PRC_IS_REDIRECT(cmd)) { in udp_ctlinput()
/xnu-8020.101.4/bsd/netinet6/ !
H A Dudp6_usrreq.c679 if (PRC_IS_REDIRECT(cmd)) { in udp6_ctlinput()
H A Draw_ip6.c317 if (PRC_IS_REDIRECT(cmd)) { in rip6_ctlinput()
H A Din6_pcb.c1114 if (PRC_IS_REDIRECT(cmd) || cmd == PRC_HOSTDEAD) { in in6_pcbnotify()