OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BROADCAST
(Results
1 - 6
of
6
) sorted by null
/external/tcpdump/
token.h
37
#define
BROADCAST
(trp) ((ntohs((trp)->token_rcf) & 0xE000) >> 13)
print-token.c
79
"Non-
Broadcast
", "Non-
Broadcast
",
80
"Non-
Broadcast
", "Non-
Broadcast
",
131
printf("%s ", broadcast_indicator[
BROADCAST
(trp)]);
/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)
/external/iproute2/doc/
ip-cref.tex
285
\item \verb|
broadcast
LLADDRESS|, \verb|brd LLADDRESS| or \verb|peer LLADDRESS|
287
--- change the link layer
broadcast
address or the peer address when
293
broadcast
address will break networking.
353
3: eth0: <
BROADCAST
,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
359
2: dummy: <
BROADCAST
,NOARP> mtu 1500 qdisc noop
402
\item \verb|
BROADCAST
| --- the device has the facility to send packets
409
If neither \verb|LOOPBACK| nor \verb|
BROADCAST
| nor \verb|POINTOPOINT|
410
are set, the interface is assumed to be NMBA (Non-
Broadcast
Multi-Access).
421
\verb|
BROADCAST
| link is multicasting by definition, because we have
424
on
broadcast
-only links because of high expense, but it is not strictl
[
all
...]
/external/iproute2/ip/
ipaddress.c
70
fprintf(stderr, " [
broadcast
ADDR ] [ anycast ADDR ]\n");
95
_PF(
BROADCAST
);
1025
} else if (matches(*argv, "
broadcast
") == 0 ||
1030
duparg("
broadcast
", *argv);
1129
fprintf(stderr, "
Broadcast
can be set only for IPv4 addresses\n");