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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_var.h194 #define IP_RAWOUTPUT 0x2 /* raw ip header exists */ macro
H A Dip_output.c393 if ((flags & (IP_FORWARDING|IP_RAWOUTPUT)) == 0) {
520 * of IP_RAWOUTPUT), or if this is destined for
525 if (ifa == NULL && !(flags & IP_RAWOUTPUT) &&
550 cloneok = (!(flags & IP_RAWOUTPUT) &&
626 if ((flags & IP_RAWOUTPUT) == 0) ip->ip_ttl = imo->imo_multicast_ttl;
632 ((flags & IP_RAWOUTPUT) == 0 || ip->ip_src.s_addr == INADDR_ANY))
637 if ((flags & IP_RAWOUTPUT) == 0) ip->ip_ttl = IP_DEFAULT_MULTICAST_TTL;
H A Dkpi_ipfilter.c316 error = ip_output(m, NULL, &ro, IP_ALLOWBROADCAST | IP_RAWOUTPUT, imo, NULL);
H A Dip_divert.c382 IP_ALLOWBROADCAST | IP_RAWOUTPUT | IP_OUTARGS,
H A Draw_ip.c370 flags |= IP_RAWOUTPUT;

Completed in 81 milliseconds