Home | History | Annotate | Download | only in tests

Lines Matching defs:fd

40 test_nlmsg_type(const int fd)
50 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0);
54 fd, nlh.nlmsg_len, (unsigned) sizeof(nlh), sprintrc(rc));
58 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0);
63 fd, nlh.nlmsg_len, (unsigned) sizeof(nlh), sprintrc(rc));
66 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0);
70 fd, nlh.nlmsg_len, (unsigned) sizeof(nlh), sprintrc(rc));
75 skip_if_unavailable("/proc/self/fd/");
77 int fd = create_nl_socket(NETLINK_NETFILTER);
79 test_nlmsg_type(fd);