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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_ifattach.c94 struct in6_ifstat **in6_ifstat = NULL; variable in typeref:struct:in6_ifstat
807 * struct in6_ifstat **in6_ifstat
810 if (in6_ifstat == NULL || icmp6_ifstat == NULL ||
820 /* grow in6_ifstat */
821 n = if_indexlim * sizeof(struct in6_ifstat *);
824 if (in6_ifstat) {
825 bcopy((caddr_t)in6_ifstat, q,
826 olim * sizeof(struct in6_ifstat *));
[all...]
H A Din6_var.h123 struct in6_ifstat { struct
249 struct in6_ifstat ifru_stat;
497 extern struct in6_ifstat **in6_ifstat;
507 && in6_ifstat && in6_ifstat[_z_index]) { \
508 in6_ifstat[_z_index]->tag++; \
H A Din6.c744 if (in6_ifstat == NULL || index >= in6_ifstatmax
745 || in6_ifstat[index] == NULL) {
750 ifr->ifr_ifru.ifru_stat = *in6_ifstat[index];

Completed in 37 milliseconds