Lines Matching refs:nlm
1064 struct nlmsghdr nlm; in ipaddrupdate() member
1075 req.nlm.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifaddrmsg)); in ipaddrupdate()
1076 req.nlm.nlmsg_flags = NLM_F_REQUEST|NLM_F_ACK; in ipaddrupdate()
1077 req.nlm.nlmsg_type = cmd; in ipaddrupdate()
1099 add_string_to_rtattr(&req.nlm, sizeof(req), in ipaddrupdate()
1120 add_string_to_rtattr(&req.nlm, sizeof(req), in ipaddrupdate()
1126 add_string_to_rtattr(&req.nlm, sizeof(req), in ipaddrupdate()
1139 add_string_to_rtattr(&req.nlm, sizeof(req), in ipaddrupdate()
1166 add_string_to_rtattr(&req.nlm, sizeof(req), in ipaddrupdate()
1178 add_string_to_rtattr(&req.nlm, sizeof(req), in ipaddrupdate()
1195 add_string_to_rtattr(&req.nlm, sizeof(req), in ipaddrupdate()
1207 send_nlmesg(RTM_NEWADDR, 0, AF_UNSPEC, (void *)&req, req.nlm.nlmsg_len); in ipaddrupdate()