OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnl_local
(Results
1 - 2
of
2
) sorted by null
/external/libnfnetlink/src/
rtnl.c
169
if (h->nlmsg_pid !=
rtnl_local
.nl_pid ||
215
addrlen = sizeof(h->
rtnl_local
);
217
h->
rtnl_local
.nl_pid = getpid();
224
memset(&h->
rtnl_local
, 0, sizeof(h->
rtnl_local
));
225
h->
rtnl_local
.nl_family = AF_NETLINK;
226
h->
rtnl_local
.nl_groups = RTMGRP_LINK;
227
if (bind(h->rtnl_fd, (struct sockaddr *) &h->
rtnl_local
, addrlen) < 0) {
233
(struct sockaddr *) &h->
rtnl_local
,
239
if (addrlen != sizeof(h->
rtnl_local
)) {
[
all
...]
rtnl.h
19
struct sockaddr_nl
rtnl_local
;
member in struct:rtnl_handle
Completed in 269 milliseconds