ifmcstat.c | 123 static int ems_oids[4], sdl_oids[3]; local in function:print_ether_mcast 136 if (sdl_oids[0] == 0) { 137 size_t oidlen = __arraycount(sdl_oids); 138 if (sysctlnametomib("net.sdl", sdl_oids, &oidlen) == -1) 144 sdl_oids[2] = ifindex; 145 hwaddr = asysctl(sdl_oids, 3, &sdl_len);
|