Home
last modified time | relevance | path

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

/freebsd/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.c592 flags |= IP_RAWOUTPUT; in rip_send()
H A Dip_output.c362 if ((flags & (IP_FORWARDING|IP_RAWOUTPUT)) == 0) { in ip_output()
H A Dip_carp.c1283 carp_send_ad_error(sc, ip_output(m, NULL, NULL, IP_RAWOUTPUT, in carp_send_ad_locked()
1443 carp_send_ad_error(sc, ip_output(m, NULL, NULL, IP_RAWOUTPUT, in vrrp_send_ad_locked()
/freebsd/sys/netipsec/
H A Dipsec_output.c986 error = ip_output(m, NULL, NULL, IP_RAWOUTPUT, NULL, NULL); in ipsec_process_done()
/freebsd/sys/netpfil/pf/
H A Dif_pfsync.c2735 IP_RAWOUTPUT, &sc->sc_imo, NULL); in pfsync_tx()