Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dprotosw.h109 #define PRC_IS_REDIRECT(cmd) \ macro
/xnu-8796.121.2/bsd/netinet/
H A Dtcp_subr.c2441 } else if (inetctlerrmap[cmd] == 0 && !PRC_IS_REDIRECT(cmd)) { in tcp_ctlinput()
2499 if (PRC_IS_REDIRECT(cmd)) { in tcp_ctlinput()
2586 } else if (inet6ctlerrmap[cmd] == 0 && !PRC_IS_REDIRECT(cmd)) { in tcp6_ctlinput()
2662 if (PRC_IS_REDIRECT(cmd)) { in tcp6_ctlinput()
H A Dudp_usrreq.c912 if (PRC_IS_REDIRECT(cmd)) { in udp_ctlinput()
/xnu-8796.121.2/bsd/netinet6/
H A Draw_ip6.c327 if (PRC_IS_REDIRECT(cmd)) { in rip6_ctlinput()
H A Dudp6_usrreq.c688 if (PRC_IS_REDIRECT(cmd)) { in udp6_ctlinput()
H A Din6_pcb.c1114 if (PRC_IS_REDIRECT(cmd) || cmd == PRC_HOSTDEAD) { in in6_pcbnotify()