Lines Matching defs:ndm
511 struct ndmsg *ndm;
517 sizeof(*ndm), NLM_F_MULTI);
521 ndm = nlmsg_data(nlh);
522 ndm->ndm_family = AF_BRIDGE;
523 ndm->ndm_pad1 = 0;
524 ndm->ndm_pad2 = 0;
525 ndm->ndm_flags = NTF_SELF;
526 ndm->ndm_type = 0;
527 ndm->ndm_ifindex = dump->dev->ifindex;
528 ndm->ndm_state = is_static ? NUD_NOARP : NUD_REACHABLE;