Home | History | Annotate | Download | only in ip

Lines Matching refs:ndm

99 		struct ndmsg 		ndm;
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 };
363 ndm.ndm_flags = NTF_PROXY;
428 ndm.ndm_family = filter.family;
430 if (rtnl_dump_request(&rth, RTM_GETNEIGH, &ndm, sizeof(struct ndmsg)) < 0) {