Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dprotosw.h303 #define PRC_IS_REDIRECT(cmd) \ macro
/f-stack/freebsd/sys/
H A Dprotosw.h306 #define PRC_IS_REDIRECT(cmd) \ macro
/f-stack/freebsd/netinet6/
H A Dudp6_usrreq.c568 if (PRC_IS_REDIRECT(cmd)) in udp6_common_ctlinput()
603 if (!PRC_IS_REDIRECT(cmd)) { in udp6_common_ctlinput()
H A Draw_ip6.c364 if (PRC_IS_REDIRECT(cmd)) in rip6_ctlinput()
H A Dsctp6_usrreq.c268 if (PRC_IS_REDIRECT(cmd)) { in sctp6_ctlinput()
H A Din6_pcb.c673 if (PRC_IS_REDIRECT(cmd) || cmd == PRC_HOSTDEAD) { in in6_pcbnotify()
/f-stack/freebsd/netinet/
H A Dip_divert.c671 if (PRC_IS_REDIRECT(cmd)) in div_ctlinput()
H A Dtcp_subr.c2500 if (inp != NULL && PRC_IS_REDIRECT(cmd)) { in tcp_ctlinput()
2642 if (inp != NULL && PRC_IS_REDIRECT(cmd)) { in tcp6_ctlinput()
H A Dudp_usrreq.c792 if (PRC_IS_REDIRECT(cmd)) { in udp_common_ctlinput()
H A Dsctp_usrreq.c261 if (PRC_IS_REDIRECT(cmd)) { in sctp_ctlinput()