Searched refs:IP_OUTARGS (Results 1 - 14 of 14) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_var.h237 #define IP_OUTARGS 0x100 /* has ancillary output info */ macro
267 * Extra information passed to ip_output when IP_OUTARGS is set.
H A Din_gif.c231 error = ip_output(m, NULL, &sc->gif_ro, IP_OUTARGS, NULL, &ipoa);
H A Dip_output.c341 if ((dn_tag->dn_flags & IP_OUTARGS)) {
390 if (ip_doscopedroute && (flags & IP_OUTARGS)) {
415 if ((flags & IP_OUTARGS) && (ipoa->ipoa_flags & IPOAF_NO_CELLULAR)) {
420 if (flags & IP_OUTARGS) {
1012 if (flags & IP_OUTARGS)
1392 if (flags & IP_OUTARGS)
H A Dkpi_ipfilter.c325 /* Send; enforce source interface selection via IP_OUTARGS flag */
327 IP_ALLOWBROADCAST | IP_RAWOUTPUT | IP_OUTARGS, imo, &ipoa);
H A Dip_divert.c397 IP_ALLOWBROADCAST | IP_RAWOUTPUT | IP_OUTARGS,
H A Dip_icmp.c844 (void) ip_output(m, opts, &ro, IP_OUTARGS, NULL, &ipoa);
H A Draw_ip.c367 flags |= IP_OUTARGS;
H A Dtcp_output.c2030 flags |= IP_OUTARGS;
H A Dudp_usrreq.c1371 soopts |= IP_OUTARGS;
H A Dip_input.c2512 IP_FORWARDING | IP_OUTARGS, 0, &ipoa);
H A Dtcp_subr.c805 (void) ip_output(m, NULL, &sro, IP_OUTARGS, NULL, &ipoa);
/darwin-on-arm/xnu/bsd/net/
H A Dif_stf.c619 result = ip_output_list(m, 0, NULL, &sc->sc_ro, IP_OUTARGS, NULL,
H A Dif_utun_crypto_ipsec.c942 (IP_OUTARGS | IP_NOIPSEC), NULL, &ipoa))) {
/darwin-on-arm/xnu/bsd/netinet6/
H A Dipsec.c3709 error = ip_output(state->m, NULL, &ro4_copy, IP_OUTARGS, NULL, &ipoa);
4467 error = ip_output(m, NULL, &ro, IP_OUTARGS | IP_NOIPSEC, NULL, &ipoa);

Completed in 126 milliseconds