OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l_operstate
(Results
1 - 2
of
2
) sorted by null
/external/libnl/lib/route/
link.c
382
link->
l_operstate
= nla_get_u8(tb[IFLA_OPERSTATE]);
494
link->
l_operstate
!= IF_OPER_UNKNOWN) {
495
rtnl_link_operstate2str(link->
l_operstate
, buf, sizeof(buf));
698
diff |= LINK_DIFF(OPERSTATE, a->
l_operstate
!= b->
l_operstate
);
902
NLA_PUT_U8(msg, IFLA_OPERSTATE, tmpl->
l_operstate
);
[
all
...]
/external/libnl/include/
netlink-types.h
171
uint8_t
l_operstate
;
member in struct:rtnl_link
Completed in 41 milliseconds