Searched refs:IP_RAWOUTPUT (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/sys/netinet/ |
| D | ip_var.h | 163 #define IP_RAWOUTPUT 0x2 /* raw ip header exists */ macro
|
| D | sctp_os_bsd.h | 419 int o_flgs = IP_RAWOUTPUT; \
|
| D | ip_divert.c | 467 | IP_ALLOWBROADCAST | IP_RAWOUTPUT, NULL, NULL); in div_output()
|
| D | raw_ip.c | 584 flags |= IP_RAWOUTPUT; in rip_output()
|
| D | ip_output.c | 267 if ((flags & (IP_FORWARDING|IP_RAWOUTPUT)) == 0) { in ip_output()
|
| D | ip_carp.c | 977 carp_send_ad_error(sc, ip_output(m, NULL, NULL, IP_RAWOUTPUT, in carp_send_ad_locked()
|
| /freebsd-12-stable/sys/netipsec/ |
| D | ipsec_output.c | 796 return ip_output(m, NULL, NULL, IP_RAWOUTPUT, NULL, NULL); in ipsec_process_done()
|
| /freebsd-12-stable/sys/netpfil/pf/ |
| D | if_pfsync.c | 2362 IP_RAWOUTPUT, &sc->sc_imo, NULL); in pfsync_tx()
|