Home
last modified time | relevance | path

Searched refs:IP_RAWOUTPUT (Results 1 – 5 of 5) sorted by relevance

/xnu-10063.101.15/bsd/netinet/
H A Dip_var.h283 #define IP_RAWOUTPUT 0x2 /* raw ip header exists */ macro
H A Dip_output.c560 if (!(flags & (IP_FORWARDING | IP_RAWOUTPUT))) { in ip_output_list()
724 if (ia0 == NULL && (!(flags & IP_RAWOUTPUT) || in ip_output_list()
748 cloneok = (!(flags & IP_RAWOUTPUT) && in ip_output_list()
916 if (!(flags & IP_RAWOUTPUT)) { in ip_output_list()
923 } else if (!(flags & IP_RAWOUTPUT)) { in ip_output_list()
H A Dkpi_ipfilter.c483 IP_ALLOWBROADCAST | IP_RAWOUTPUT | IP_OUTARGS, imo, &ipoa); in ipf_injectv4_out()
H A Draw_ip.c568 flags |= IP_RAWOUTPUT; in rip_output()
H A Dip_dummynet.c1150 pkt->dn_flags |= IP_RAWOUTPUT | IP_FORWARDING; in dummynet_send()