Home
last modified time | relevance | path

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

/openbsd-src/sys/netinet/
H A Dip_var.h208 #define IP_RAWOUTPUT 0x0002 /* raw ip header exists */ macro
H A Dip_divert.c177 IP_ALLOWBROADCAST | IP_RAWOUTPUT, NULL, NULL, 0); in divert_output()
H A Dipsec_output.c539 error = ip_output(m, NULL, NULL, IP_RAWOUTPUT, NULL, NULL, 0); in ipsp_process_done()
H A Draw_ip.c309 flags |= IP_RAWOUTPUT; in rip_output()
H A Dip_output.c131 if ((flags & (IP_FORWARDING|IP_RAWOUTPUT)) == 0) { in ip_output()
H A Dip_input.c1963 ip_send_do_dispatch(xmq, IP_RAWOUTPUT); in ip_send()
H A Dip_carp.c1160 error = ip_output(m, NULL, NULL, IP_RAWOUTPUT, &sc->sc_imo, in carp_send_ad()
/openbsd-src/sys/netinet6/
H A Dip6_divert.c186 IP_ALLOWBROADCAST | IP_RAWOUTPUT, NULL, NULL); in divert6_output()
/openbsd-src/sys/net/
H A Dif_vxlan.c523 if (ip_output(m, NULL, NULL, IP_RAWOUTPUT, &imo, NULL, 0) != 0) in vxlan_send_ipv4()
H A Dif_pfsync.c1543 if (ip_output(m, NULL, NULL, IP_RAWOUTPUT, &imo, NULL, 0) == 0) { in pfsync_sendout()
H A Dif_gre.c3729 if (ip_output(m, NULL, NULL, IP_RAWOUTPUT, &imo, NULL, 0) != 0) in nvgre_send4()