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

/xnu-2782.1.97/bsd/netinet6/
H A Dip6_var.h371 #define IPV6_OUTARGS 0x100 /* has ancillary output info */ macro
396 * Extra information passed to ip6_output when IPV6_OUTARGS is set.
H A Dudp6_output.c350 flags = IPV6_OUTARGS;
H A Dip6_output.c366 if (dn_tag->dn_flags & IPV6_OUTARGS) {
400 if ((flags & IPV6_OUTARGS) &&
421 if (ip6_doscopedroute && (flags & IPV6_OUTARGS)) {
441 if (flags & IPV6_OUTARGS) {
448 if (flags & IPV6_OUTARGS) {
502 necp_matched_policy_id = necp_ip6_output_find_policy_match (m, flags, (flags & IPV6_OUTARGS) ? ip6oa : NULL,
522 /* This will only work for callers who pass IPV6_OUTARGS, but that covers all of the
524 if (flags & IPV6_OUTARGS) {
1019 if (flags & IPV6_OUTARGS) {
1054 * ip6oa may be NULL if IPV6_OUTARGS is
[all...]
H A Draw_ip6.c348 int flags = IPV6_OUTARGS;
H A Dicmp6.c2330 ip6_output(m, NULL, NULL, IPV6_OUTARGS, NULL, &outif, &ip6oa);
2854 ip6_output(m, NULL, NULL, IPV6_OUTARGS, NULL, &outif, &ip6oa);
H A Dnd6_nbr.c776 flags |= IPV6_OUTARGS;
1392 ip6_output(m, NULL, NULL, IPV6_OUTARGS, im6o, &outif, &ip6oa);
/xnu-2782.1.97/bsd/netinet/
H A Dkpi_ipfilter.c423 error = ip6_output(m, NULL, &ro, IPV6_OUTARGS, im6o, NULL, &ip6oa);
H A Dtcp_output.c2354 flags |= IPV6_OUTARGS;
H A Dtcp_subr.c824 (void) ip6_output(m, NULL, ro6, IPV6_OUTARGS, NULL,
/xnu-2782.1.97/bsd/net/
H A Dif_ipsec.c741 flags = IPV6_OUTARGS;
H A Dnecp.c4928 if ((flags & IPV6_OUTARGS) && (ip6oa != NULL) &&

Completed in 80 milliseconds