OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rlink
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/ap/
vlan_util.c
37
struct rtnl_link *
rlink
= NULL;
local
79
if ((
rlink
= rtnl_link_get_by_name(cache, vlan_if_name))) {
81
rtnl_link_put(
rlink
);
82
rlink
= NULL;
89
rlink
= rtnl_link_alloc();
90
if (!
rlink
) {
95
if (rtnl_link_set_type(
rlink
, "vlan") < 0) {
100
rtnl_link_set_link(
rlink
, if_idx);
101
rtnl_link_set_name(
rlink
, vlan_if_name);
103
if (rtnl_link_vlan_set_id(
rlink
, vid) < 0)
133
struct rtnl_link *
rlink
= NULL;
local
[
all
...]
/bionic/libc/include/
search.h
32
struct node *llink, *
rlink
;
member in struct:node
Completed in 29 milliseconds