OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mcast_router
(Results
1 - 3
of
3
) sorted by null
/external/iproute2/ip/
iplink_bridge_slave.c
37
" [
mcast_router
MULTICAST_ROUTER ]\n"
227
"
mcast_router
%u ",
319
} else if (matches(*argv, "
mcast_router
") == 0) {
320
__u8
mcast_router
;
local
323
if (get_u8(&
mcast_router
, *argv, 0))
324
invarg("invalid
mcast_router
", *argv);
326
mcast_router
);
iplink_bridge.c
45
" [
mcast_router
MULTICAST_ROUTER ]\n"
178
} else if (matches(*argv, "
mcast_router
") == 0) {
179
__u8
mcast_router
;
local
182
if (get_u8(&
mcast_router
, *argv, 0))
183
invarg("invalid
mcast_router
", *argv);
185
addattr8(n, 1024, IFLA_BR_MCAST_ROUTER,
mcast_router
);
549
"
mcast_router
",
550
"
mcast_router
%u ",
/external/iproute2/man/man8/
ip-link.8.in
1050
.BI
mcast_router
" MULTICAST_ROUTER "
1147
.BI
mcast_router
" MULTICAST_ROUTER "
[
all
...]
Completed in 355 milliseconds