Searched refs:IP_RAWOUTPUT (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/netinet/ |
H A D | ip_var.h | 175 #define IP_RAWOUTPUT 0x2 /* raw ip header exists */ macro
|
H A D | sctp_os_bsd.h | 413 int o_flgs = IP_RAWOUTPUT; \
|
H A D | ip_divert.c | 481 | IP_ALLOWBROADCAST | IP_RAWOUTPUT, NULL, NULL); in div_output_outbound()
|
H A D | raw_ip.c | 592 flags |= IP_RAWOUTPUT; in rip_send()
|
H A D | ip_output.c | 362 if ((flags & (IP_FORWARDING|IP_RAWOUTPUT)) == 0) { in ip_output()
|
H A D | ip_carp.c | 1283 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 D | ipsec_output.c | 986 error = ip_output(m, NULL, NULL, IP_RAWOUTPUT, NULL, NULL); in ipsec_process_done()
|
/freebsd/sys/netpfil/pf/ |
H A D | if_pfsync.c | 2735 IP_RAWOUTPUT, &sc->sc_imo, NULL); in pfsync_tx()
|