Lines Matching refs:nlm
1069 struct nlmsghdr nlm; in ipaddrupdate() member
1080 req.nlm.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifaddrmsg)); in ipaddrupdate()
1081 req.nlm.nlmsg_flags = NLM_F_REQUEST|NLM_F_ACK; in ipaddrupdate()
1082 req.nlm.nlmsg_type = cmd; in ipaddrupdate()
1104 add_string_to_rtattr(&req.nlm, sizeof(req), in ipaddrupdate()
1125 add_string_to_rtattr(&req.nlm, sizeof(req), in ipaddrupdate()
1131 add_string_to_rtattr(&req.nlm, sizeof(req), in ipaddrupdate()
1144 add_string_to_rtattr(&req.nlm, sizeof(req), in ipaddrupdate()
1171 add_string_to_rtattr(&req.nlm, sizeof(req), in ipaddrupdate()
1183 add_string_to_rtattr(&req.nlm, sizeof(req), in ipaddrupdate()
1200 add_string_to_rtattr(&req.nlm, sizeof(req), in ipaddrupdate()
1212 send_nlmesg(RTM_NEWADDR, 0, AF_UNSPEC, (void *)&req, req.nlm.nlmsg_len); in ipaddrupdate()