Searched refs:IPV6_OUTARGS (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_var.h357 #define IPV6_OUTARGS 0x100 /* has ancillary output info */ macro
382 * Extra information passed to ip6_output when IPV6_OUTARGS is set.
H A Dudp6_output.c364 flags = IPV6_OUTARGS;
H A Dip6_output.c316 if ((flags & IPV6_OUTARGS) && ip6oap != NULL) {
360 if (dn_tag->dn_flags & IPV6_OUTARGS)
382 if (ip6_doscopedroute && (flags & IPV6_OUTARGS)) {
403 if ((flags & IPV6_OUTARGS) && (ip6oa.ip6oa_flags & IP6OAF_NO_CELLULAR))
1237 if ((flags & IPV6_OUTARGS))
H A Dnd6_nbr.c779 flags |= IPV6_OUTARGS;
1446 ip6_output(m, NULL, NULL, IPV6_OUTARGS, im6o, &outif, &ip6oa);
H A Draw_ip6.c352 int flags = IPV6_OUTARGS;
H A Dicmp6.c2372 ip6_output(m, NULL, NULL, IPV6_OUTARGS, NULL, &outif, &ip6oa);
2910 ip6_output(m, NULL, NULL, IPV6_OUTARGS, NULL, &outif, &ip6oa);
/darwin-on-arm/xnu/bsd/netinet/
H A Dkpi_ipfilter.c398 error = ip6_output(m, NULL, &ro, IPV6_OUTARGS, im6o, NULL, &ip6oa);
H A Dtcp_output.c2027 flags |= IPV6_OUTARGS;
H A Dtcp_subr.c776 (void) ip6_output(m, NULL, ro6, IPV6_OUTARGS, NULL,

Completed in 55 milliseconds