Lines Matching refs:nlh0
132 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(buf)); in test_odd_family_req() local
135 TEST_NETLINK(fd, nlh0, in test_odd_family_req()
143 TEST_NETLINK(fd, nlh0, in test_odd_family_req()
150 TEST_NETLINK(fd, nlh0, in test_odd_family_req()
160 TEST_NETLINK(fd, nlh0, in test_odd_family_req()
169 TEST_NETLINK(fd, nlh0, in test_odd_family_req()
182 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(buf)); in test_odd_family_msg() local
185 TEST_NETLINK(fd, nlh0, in test_odd_family_msg()
192 TEST_NETLINK(fd, nlh0, in test_odd_family_msg()
198 TEST_NETLINK(fd, nlh0, in test_odd_family_msg()
207 TEST_NETLINK(fd, nlh0, in test_odd_family_msg()
215 TEST_NETLINK(fd, nlh0, in test_odd_family_msg()
233 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(req)); in test_unix_diag_req() local
234 TEST_SOCK_DIAG(fd, nlh0, AF_UNIX, in test_unix_diag_req()
255 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(msg)); in test_unix_diag_msg() local
256 TEST_SOCK_DIAG(fd, nlh0, AF_UNIX, in test_unix_diag_msg()
276 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(req)); in test_netlink_diag_req() local
277 TEST_SOCK_DIAG(fd, nlh0, AF_NETLINK, in test_netlink_diag_req()
288 TEST_SOCK_DIAG(fd, nlh0, AF_NETLINK, in test_netlink_diag_req()
312 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(msg)); in test_netlink_diag_msg() local
313 TEST_SOCK_DIAG(fd, nlh0, AF_NETLINK, in test_netlink_diag_msg()
337 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(req)); in test_packet_diag_req() local
338 TEST_SOCK_DIAG(fd, nlh0, AF_PACKET, in test_packet_diag_req()
358 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(msg)); in test_packet_diag_msg() local
359 TEST_SOCK_DIAG(fd, nlh0, AF_PACKET, in test_packet_diag_msg()
386 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(req)); in test_inet_diag_sockid() local
392 TEST_NETLINK(fd, nlh0, in test_inet_diag_sockid()
415 TEST_NETLINK(fd, nlh0, in test_inet_diag_sockid()
452 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(req)); in test_inet_diag_req() local
458 TEST_SOCK_DIAG(fd, nlh0, AF_INET, in test_inet_diag_req()
494 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(req)); in test_inet_diag_req_v2() local
500 TEST_SOCK_DIAG(fd, nlh0, AF_INET, in test_inet_diag_req_v2()
539 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(msg)); in test_inet_diag_msg() local
545 TEST_SOCK_DIAG(fd, nlh0, AF_INET, in test_inet_diag_msg()
583 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(req)); in test_smc_diag_req() local
589 TEST_SOCK_DIAG(fd, nlh0, AF_SMC, in test_smc_diag_req()
623 void *const nlh0 = midtail_alloc(NLMSG_HDRLEN, sizeof(msg)); in test_smc_diag_msg() local
629 TEST_SOCK_DIAG(fd, nlh0, AF_SMC, in test_smc_diag_msg()