Home
last modified time | relevance | path

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

/src/sys/netinet/
H A Dip_var.h175 #define IP_RAWOUTPUT 0x2 /* raw ip header exists */ macro
H A Dsctp_os_bsd.h413 int o_flgs = IP_RAWOUTPUT; \
H A Dip_divert.c481 | IP_ALLOWBROADCAST | IP_RAWOUTPUT, NULL, NULL); in div_output_outbound()
H A Draw_ip.c609 flags |= IP_RAWOUTPUT; in rip_send()
H A Dip_output.c368 if ((flags & (IP_FORWARDING|IP_RAWOUTPUT)) == 0) { in ip_output()
H A Dip_carp.c1274 carp_send_ad_error(sc, ip_output(m, NULL, NULL, IP_RAWOUTPUT, in carp_send_ad_locked()
1434 carp_send_ad_error(sc, ip_output(m, NULL, NULL, IP_RAWOUTPUT, in vrrp_send_ad_locked()
/src/sys/netipsec/
H A Dipsec_output.c1022 error = ip_output(m, NULL, NULL, IP_RAWOUTPUT, NULL, NULL); in ipsec_process_done()
/src/sys/netpfil/pf/
H A Dif_pfsync.c2901 IP_RAWOUTPUT, &sc->sc_imo, NULL); in pfsync_tx()