HomeSort by relevance Sort by last modified time
    Searched refs:ndm (Results 1 - 2 of 2) sorted by null

  /external/iproute2/misc/
arpd.c 267 struct ndmsg ndm; member in struct:__anon7347
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:__anon7320
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 65 milliseconds