Lines Matching defs:ndm
522 struct ndmsg *ndm;
528 sizeof(*ndm), NLM_F_MULTI);
532 ndm = nlmsg_data(nlh);
533 ndm->ndm_family = AF_BRIDGE;
534 ndm->ndm_pad1 = 0;
535 ndm->ndm_pad2 = 0;
536 ndm->ndm_flags = NTF_SELF;
537 ndm->ndm_type = 0;
538 ndm->ndm_ifindex = dump->dev->ifindex;
539 ndm->ndm_state = is_static ? NUD_NOARP : NUD_REACHABLE;