OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mcid
(Results
1 - 2
of
2
) sorted by null
/external/iw/
event.c
647
int
mcid
, ret;
local
650
mcid
= nl_get_multicast_id(state->nl_sock, "nl80211", "config");
651
if (
mcid
< 0)
652
return
mcid
;
654
ret = nl_socket_add_membership(state->nl_sock,
mcid
);
659
mcid
= nl_get_multicast_id(state->nl_sock, "nl80211", "scan");
660
if (
mcid
>= 0) {
661
ret = nl_socket_add_membership(state->nl_sock,
mcid
);
667
mcid
= nl_get_multicast_id(state->nl_sock, "nl80211", "regulatory");
668
if (
mcid
>= 0)
[
all
...]
/external/tcpdump/
print-isoclns.c
436
{ ISIS_SUBTLV_SPB_MCID, "SPB
MCID
" },
456
struct isis_spb_mcid
mcid
;
member in struct:isis_subtlv_spb_mcid
[
all
...]
Completed in 72 milliseconds