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

/openbsd-current/sys/netinet/
H A Dip_var.h208 #define IP_RAWOUTPUT 0x0002 /* raw ip header exists */ macro
H A Dip_divert.c172 IP_ALLOWBROADCAST | IP_RAWOUTPUT, NULL, NULL, 0);
H A Dipsec_output.c538 error = ip_output(m, NULL, NULL, IP_RAWOUTPUT, NULL, NULL, 0);
H A Draw_ip.c305 flags |= IP_RAWOUTPUT;
H A Dip_output.c131 if ((flags & (IP_FORWARDING|IP_RAWOUTPUT)) == 0) {
H A Dip_input.c1953 ip_send_do_dispatch(xmq, IP_RAWOUTPUT);
H A Dip_carp.c1139 error = ip_output(m, NULL, NULL, IP_RAWOUTPUT, &sc->sc_imo,
/openbsd-current/sys/netinet6/
H A Dip6_divert.c181 IP_ALLOWBROADCAST | IP_RAWOUTPUT, NULL, NULL);
/openbsd-current/sys/net/
H A Dif_vxlan.c523 if (ip_output(m, NULL, NULL, IP_RAWOUTPUT, &imo, NULL, 0) != 0)
H A Dif_gre.c3723 if (ip_output(m, NULL, NULL, IP_RAWOUTPUT, &imo, NULL, 0) != 0)
H A Dif_pfsync.c1543 if (ip_output(m, NULL, NULL, IP_RAWOUTPUT, &imo, NULL, 0) == 0) {

Completed in 263 milliseconds