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

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_ifattach.c98 sizeof(void *) + sizeof(struct icmp6_ifstat) + sizeof(uint64_t)
101 struct icmp6_ifstat **icmp6_ifstat = NULL; variable in typeref:struct:icmp6_ifstat
760 * struct icmp6_ifstat **icmp6_ifstat
762 if (in6_ifstat == NULL || icmp6_ifstat == NULL ||
806 n = if_indexlim * sizeof(struct icmp6_ifstat *);
812 if (icmp6_ifstat) {
813 bcopy((caddr_t)icmp6_ifstat, q,
814 icmp6_ifstatmax * sizeof(struct icmp6_ifstat *));
[all...]
H A Din6_var.h225 struct icmp6_ifstat { struct
315 struct icmp6_ifstat ifru_icmp6stat;
651 extern struct icmp6_ifstat **icmp6_ifstat;
H A Din6.c1027 if (icmp6_ifstat == NULL || index >= icmp6_ifstatmax ||
1028 icmp6_ifstat[index] == NULL) {
1033 bcopy(icmp6_ifstat[index],
H A Dip6_input.c194 _CASSERT(!(offsetof(struct icmp6_ifstat, f) % sizeof (uint64_t)))
/darwin-on-arm/xnu/bsd/netinet/
H A Dicmp6.h736 && icmp6_ifstat && icmp6_ifstat[(ifp)->if_index]) { \
737 icmp6_ifstat[(ifp)->if_index]->tag++; \

Completed in 45 milliseconds