Searched refs:IP_RAWOUTPUT (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/sys/netinet/ |
| HD | ip_var.h | 159 #define IP_RAWOUTPUT 0x2 /* raw ip header exists */ macro
|
| HD | sctp_os_bsd.h | 433 int o_flgs = IP_RAWOUTPUT; \
|
| HD | ip_divert.c | 455 | IP_ALLOWBROADCAST | IP_RAWOUTPUT, NULL, NULL); in div_output()
|
| HD | raw_ip.c | 520 flags |= IP_RAWOUTPUT; in rip_output()
|
| HD | ip_output.c | 268 if ((flags & (IP_FORWARDING|IP_RAWOUTPUT)) == 0) { in ip_output()
|
| HD | ip_carp.c | 866 carp_send_ad_error(sc, ip_output(m, NULL, NULL, IP_RAWOUTPUT, in carp_send_ad_locked()
|
| /NextBSD/sys/netipsec/ |
| HD | ipsec_output.c | 246 return ip_output(m, NULL, NULL, IP_RAWOUTPUT, NULL, NULL); in ipsec_process_done()
|
| /NextBSD/sys/netpfil/pf/ |
| HD | if_pfsync.c | 2230 else if (ip_output(m, NULL, NULL, IP_RAWOUTPUT, &sc->sc_imo, in pfsyncintr()
|