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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_ifattach.c95 struct icmp6_ifstat **icmp6_ifstat = NULL; variable in typeref:struct:icmp6_ifstat
808 * struct icmp6_ifstat **icmp6_ifstat
810 if (in6_ifstat == NULL || icmp6_ifstat == NULL ||
832 /* grow icmp6_ifstat */
833 n = if_indexlim * sizeof(struct icmp6_ifstat *);
836 if (icmp6_ifstat) {
837 bcopy((caddr_t)icmp6_ifstat, q,
838 olim * sizeof(struct icmp6_ifstat *));
[all...]
H A Din6_var.h161 struct icmp6_ifstat { struct
250 struct icmp6_ifstat ifru_icmp6stat;
500 extern struct icmp6_ifstat **icmp6_ifstat;
H A Din6.c759 if (icmp6_ifstat == NULL || index >= icmp6_ifstatmax ||
760 icmp6_ifstat[index] == NULL) {
766 *icmp6_ifstat[index];
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dicmp6.h674 && icmp6_ifstat && icmp6_ifstat[(ifp)->if_index]) { \
675 icmp6_ifstat[(ifp)->if_index]->tag++; \

Completed in 39 milliseconds