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/ip/
ipneigh.c
99
struct ndmsg
ndm
;
member in struct:__anon22068
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) {
321
struct ndmsg
ndm
= { 0 };
local
363
ndm
.ndm_flags = NTF_PROXY;
428
ndm
.ndm_family = filter.family
[
all
...]
/external/iproute2/misc/
arpd.c
269
struct ndmsg
ndm
;
member in struct:__anon22099
274
memset(&req.
ndm
, 0, sizeof(req.
ndm
));
279
req.
ndm
.ndm_family = AF_INET;
280
req.
ndm
.ndm_state = NUD_STALE;
281
req.
ndm
.ndm_ifindex = ifindex;
282
req.
ndm
.ndm_type = RTN_UNICAST;
302
struct ndmsg *
ndm
= NLMSG_DATA(n);
local
322
len -= NLMSG_LENGTH(sizeof(*
ndm
));
326
if (
ndm
->ndm_family != AF_INET |
[
all
...]
Completed in 1601 milliseconds