Searched refs:nlm_hdr (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dnetlink.c214 struct nlmsghdr *nlm_hdr; local
223 nlm_hdr = (struct nlmsghdr *)buf;
224 nlm_hdr->nlmsg_len = NLMSG_LENGTH (sizeof (*rt_msg));
225 nlm_hdr->nlmsg_type = request;
226 nlm_hdr->nlmsg_flags = flags | NLM_F_REQUEST;
227 nlm_hdr->nlmsg_pid = getpid();
228 nlm_hdr->nlmsg_seq = seq;
233 rt_msg = (struct rtmsg *)NLMSG_DATA(nlm_hdr);
238 status = sendto(sd, (void *)nlm_hdr, nlm_hdr
247 struct nlmsghdr *nlm_hdr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dnetlink.c214 struct nlmsghdr *nlm_hdr; local
223 nlm_hdr = (struct nlmsghdr *)buf;
224 nlm_hdr->nlmsg_len = NLMSG_LENGTH (sizeof (*rt_msg));
225 nlm_hdr->nlmsg_type = request;
226 nlm_hdr->nlmsg_flags = flags | NLM_F_REQUEST;
227 nlm_hdr->nlmsg_pid = getpid();
228 nlm_hdr->nlmsg_seq = seq;
233 rt_msg = (struct rtmsg *)NLMSG_DATA(nlm_hdr);
238 status = sendto(sd, (void *)nlm_hdr, nlm_hdr
247 struct nlmsghdr *nlm_hdr; local
[all...]

Completed in 35 milliseconds