Lines Matching defs:fd
94 test_nlmsg_type(const int fd) in test_nlmsg_type()
111 test_nlmsg_flags(const int fd) in test_nlmsg_flags()
128 test_odd_family_req(const int fd) in test_odd_family_req()
178 test_odd_family_msg(const int fd) in test_odd_family_msg()
223 test_unix_diag_req(const int fd) in test_unix_diag_req()
246 test_unix_diag_msg(const int fd) in test_unix_diag_msg()
267 test_netlink_diag_req(const int fd) in test_netlink_diag_req()
299 test_netlink_diag_msg(const int fd) in test_netlink_diag_msg()
328 test_packet_diag_req(const int fd) in test_packet_diag_req()
349 test_packet_diag_msg(const int fd) in test_packet_diag_msg()
370 test_inet_diag_sockid(const int fd) in test_inet_diag_sockid()
435 test_inet_diag_req(const int fd) in test_inet_diag_req()
479 test_inet_diag_req_v2(const int fd) in test_inet_diag_req_v2()
519 test_inet_diag_msg(const int fd) in test_inet_diag_msg()
570 test_smc_diag_req(const int fd) in test_smc_diag_req()
606 test_smc_diag_msg(const int fd) in test_smc_diag_msg()
655 int fd = create_nl_socket(NETLINK_SOCK_DIAG); in main() local