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

/freebsd-current/usr.sbin/wake/
H A Dwake.c50 #ifndef SYNC_LEN
51 #define SYNC_LEN 6 macro
156 u_char data[SYNC_LEN + ETHER_ADDR_LEN * DESTADDR_COUNT];
165 (void)memset(pkt.data, 0xff, SYNC_LEN);
166 for (p = pkt.data + SYNC_LEN, i = 0; i < DESTADDR_COUNT;

Completed in 68 milliseconds