Lines Matching refs:nlh0

148 	void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(num));  in test_nlmsg_done()  local
150 TEST_NETLINK(fd, nlh0, NLMSG_DONE, NLM_F_REQUEST, in test_nlmsg_done()
160 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(buf)); in test_rtnl_unspec() local
163 TEST_NETLINK_(fd, nlh0, in test_rtnl_unspec()
171 TEST_NETLINK_(fd, nlh0, in test_rtnl_unspec()
178 TEST_NETLINK_(fd, nlh0, in test_rtnl_unspec()
188 TEST_NETLINK_(fd, nlh0, in test_rtnl_unspec()
197 TEST_NETLINK_(fd, nlh0, in test_rtnl_unspec()
215 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(ifinfo)); in test_rtnl_link() local
217 TEST_NL_ROUTE(fd, nlh0, RTM_GETLINK, ifinfo, in test_rtnl_link()
236 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(msg)); in test_rtnl_addr() local
238 TEST_NL_ROUTE(fd, nlh0, RTM_GETADDR, msg, in test_rtnl_addr()
261 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(msg)); in test_rtnl_route() local
263 TEST_NL_ROUTE(fd, nlh0, RTM_GETROUTE, msg, in test_rtnl_route()
288 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(msg)); in test_rtnl_rule() local
290 TEST_NL_ROUTE(fd, nlh0, RTM_GETRULE, msg, in test_rtnl_rule()
312 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(msg)); in test_rtnl_neigh() local
314 TEST_NL_ROUTE(fd, nlh0, RTM_GETNEIGH, msg, in test_rtnl_neigh()
328 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(msg)); in test_rtnl_neightbl() local
330 TEST_NETLINK(fd, nlh0, in test_rtnl_neightbl()
346 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(msg)); in test_rtnl_tc() local
348 TEST_NL_ROUTE(fd, nlh0, RTM_GETQDISC, msg, in test_rtnl_tc()
363 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(msg)); in test_rtnl_tca() local
365 TEST_NETLINK(fd, nlh0, in test_rtnl_tca()
382 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(msg)); in test_rtnl_addrlabel() local
384 TEST_NL_ROUTE(fd, nlh0, RTM_GETADDRLABEL, msg, in test_rtnl_addrlabel()
402 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(msg)); in test_rtnl_dcb() local
404 TEST_NL_ROUTE(fd, nlh0, RTM_GETDCB, msg, in test_rtnl_dcb()
417 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(msg)); in test_rtnl_netconf() local
419 TEST_NETLINK(fd, nlh0, in test_rtnl_netconf()
434 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(msg)); in test_rtnl_mdb() local
436 TEST_NL_ROUTE(fd, nlh0, RTM_GETMDB, msg, in test_rtnl_mdb()
449 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(msg)); in test_rtnl_nsid() local
451 TEST_NETLINK(fd, nlh0, in test_rtnl_nsid()