OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BROADCAST
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
token.h
37
#define
BROADCAST
(trp) ((ntohs((trp)->token_rcf) & 0xE000) >> 13)
/external/ppp/pppd/plugins/rp-pppoe/
pppoe.h
320
/* True if Ethernet address is
broadcast
or multicast */
322
#define
BROADCAST
(e) ((e[0] & e[1] & e[2] & e[3] & e[4] & e[5]) == 0xFF)
Completed in 34 milliseconds