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

/xnu-2782.1.97/bsd/netinet/
H A Dip_var.h246 #define IP_OUTARGS 0x100 /* has ancillary output info */ macro
274 * Extra information passed to ip_output when IP_OUTARGS is set.
H A Dip_output.c360 if ((dn_tag->dn_flags & IP_OUTARGS)) {
402 if ((flags & IP_OUTARGS) && (ipoa != NULL) &&
414 if (ip_doscopedroute && (flags & IP_OUTARGS)) {
439 if (flags & IP_OUTARGS) {
446 if (flags & IP_OUTARGS) {
689 if (flags & IP_OUTARGS)
787 if (flags & IP_OUTARGS) {
1073 if (flags & IP_OUTARGS)
1170 flags, (flags & IP_OUTARGS) ? ipoa : NULL, &necp_result, &necp_result_parameter);
1510 if (flags & IP_OUTARGS)
[all...]
H A Din_gif.c229 error = ip_output(m, NULL, &sc->gif_ro, IP_OUTARGS, NULL, &ipoa);
H A Dkpi_ipfilter.c349 /* Send; enforce source interface selection via IP_OUTARGS flag */
351 IP_ALLOWBROADCAST | IP_RAWOUTPUT | IP_OUTARGS, imo, &ipoa);
H A Dip_divert.c409 IP_ALLOWBROADCAST | IP_RAWOUTPUT | IP_OUTARGS,
H A Dip_icmp.c855 (void) ip_output(m, opts, &ro, IP_OUTARGS, NULL, &ipoa);
H A Draw_ip.c380 flags |= IP_OUTARGS;
H A Dip_input.c2798 error = ip_output(m, NULL, &fwd_rt, IP_FORWARDING | IP_OUTARGS,
H A Dtcp_output.c2357 flags |= IP_OUTARGS;
H A Dtcp_subr.c856 (void) ip_output(m, NULL, &sro, IP_OUTARGS, NULL, &ipoa);
H A Dudp_usrreq.c1374 soopts |= IP_OUTARGS;
/xnu-2782.1.97/bsd/net/
H A Dif_stf.c618 result = ip_output(m, NULL, &sc->sc_ro, IP_OUTARGS, NULL, &ipoa);
H A Dif_ipsec.c684 flags = IP_OUTARGS | /* Passing out args to specify interface */
H A Dif_utun_crypto_ipsec.c925 (IP_OUTARGS | IP_NOIPSEC), NULL, &ipoa))) {
H A Dnecp.c4793 if ((flags & IP_OUTARGS) && (ipoa != NULL) &&
/xnu-2782.1.97/bsd/netinet6/
H A Dipsec.c3693 error = ip_output(state->m, NULL, &ro4_copy, IP_OUTARGS, NULL, &ipoa);
4627 error = ip_output(m, NULL, &ro, IP_OUTARGS | IP_NOIPSEC, NULL, &ipoa);

Completed in 100 milliseconds