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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/atalkd/
H A Dmulticast.c47 static const unsigned char ethermulti[ 6 ] = { variable
321 memcpy(LLADDR(&sa), data ? data : ethermulti, sizeof(ethermulti));
322 sa.sdl_alen = sizeof(ethermulti);
325 memcpy(sa.sa_data, data ? data : ethermulti, sizeof(ethermulti));
368 (zt->zt_bcast = (u_char *) malloc(sizeof( ethermulti ))) == NULL) {
379 sizeof( ethermulti ));

Completed in 94 milliseconds