Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dip_var.h282 #define IP_RAWOUTPUT 0x2 /* raw ip header exists */ macro
H A Dip_output.c549 if (!(flags & (IP_FORWARDING | IP_RAWOUTPUT))) { in ip_output_list()
713 if (ia0 == NULL && (!(flags & IP_RAWOUTPUT) || in ip_output_list()
737 cloneok = (!(flags & IP_RAWOUTPUT) && in ip_output_list()
905 if (!(flags & IP_RAWOUTPUT)) { in ip_output_list()
912 } 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.c545 flags |= IP_RAWOUTPUT; in rip_output()
H A Dip_dummynet.c1146 pkt->dn_flags |= IP_RAWOUTPUT | IP_FORWARDING; in dummynet_send()