OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:l_bcast
(Results
1 - 2
of
2
) sorted by null
/external/libnl/lib/route/
link.c
206
nl_addr_put(link->
l_bcast
);
220
if (src->
l_bcast
)
221
if (!(dst->
l_bcast
= nl_addr_clone(src->
l_bcast
)))
344
link->
l_bcast
= nl_addr_alloc_attr(tb[IFLA_BROADCAST],
346
if (link->
l_bcast
== NULL) {
350
nl_addr_set_family(link->
l_bcast
,
351
nl_addr_guess_family(link->
l_bcast
));
490
nl_dump(p, "brd %s ", nl_addr2str(link->
l_bcast
, buf,
616
nl_addr2str(link->
l_bcast
, buf, sizeof(buf)))
[
all
...]
/external/libnl/include/
netlink-types.h
166
struct nl_addr *
l_bcast
;
member in struct:rtnl_link
Completed in 171 milliseconds