HomeSort by: relevance | last modified time | path
    Searched defs:last_p (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/ifmcstat/
ifmcstat.c 184 uint8_t *mcast_addrs, *p, *last_p; local in function:print_inet6_mcast
206 last_p = NULL;
208 if (last_p == NULL ||
209 memcmp(p, last_p, sizeof(struct in6_addr)))
211 last_p = p;
ifmcstat.c 184 uint8_t *mcast_addrs, *p, *last_p; local in function:print_inet6_mcast
206 last_p = NULL;
208 if (last_p == NULL ||
209 memcmp(p, last_p, sizeof(struct in6_addr)))
211 last_p = p;

Completed in 22 milliseconds