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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_input.c1487 int *v4only)
1520 if (v4only != NULL)
1521 *v4only = 1;
1552 if (v4only != NULL)
1553 *v4only = 0;
1562 int v4only = 0; local
1565 np = ip6_savecontrol_v4(in6p, m, mp, &v4only);
1570 if (v4only)
1486 ip6_savecontrol_v4(struct inpcb *inp, struct mbuf *m, struct mbuf **mp, int *v4only) argument

Completed in 67 milliseconds