Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet/
H A Dip_var.h282 #define IP_RAWOUTPUT 0x2 /* raw ip header exists */ macro
H A Dip_output.c559 if (!(flags & (IP_FORWARDING | IP_RAWOUTPUT))) { in ip_output_list()
723 if (ia0 == NULL && (!(flags & IP_RAWOUTPUT) || in ip_output_list()
747 cloneok = (!(flags & IP_RAWOUTPUT) && in ip_output_list()
915 if (!(flags & IP_RAWOUTPUT)) { in ip_output_list()
922 } 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.c1149 pkt->dn_flags |= IP_RAWOUTPUT | IP_FORWARDING; in dummynet_send()