OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ndm
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/misc/
arpd.c
267
struct ndmsg
ndm
;
member in struct:__anon6449
272
memset(&req.
ndm
, 0, sizeof(req.
ndm
));
277
req.
ndm
.ndm_family = AF_INET;
278
req.
ndm
.ndm_state = NUD_STALE;
279
req.
ndm
.ndm_ifindex = ifindex;
280
req.
ndm
.ndm_type = RTN_UNICAST;
300
struct ndmsg *
ndm
= NLMSG_DATA(n);
local
320
len -= NLMSG_LENGTH(sizeof(*
ndm
));
324
if (
ndm
->ndm_family != AF_INET |
[
all
...]
/external/iproute2/ip/
ipneigh.c
99
struct ndmsg
ndm
;
member in struct:__anon6422
113
req.
ndm
.ndm_family = preferred_family;
114
req.
ndm
.ndm_state = NUD_PERMANENT;
128
req.
ndm
.ndm_state = state;
137
req.
ndm
.ndm_flags |= NTF_PROXY;
159
req.
ndm
.ndm_family = dst.family;
172
if ((req.
ndm
.ndm_ifindex = ll_name_to_index(d)) == 0) {
Completed in 27 milliseconds