Lines Matching defs:fd
52 test_nlmsg_type(const int fd) in test_nlmsg_type()
69 test_nlmsg_flags(const int fd) in test_nlmsg_flags()
86 test_odd_family_req(const int fd) in test_odd_family_req()
183 test_odd_family_msg(const int fd) in test_odd_family_msg()
280 test_unix_diag_req(const int fd) in test_unix_diag_req()
381 test_unix_diag_msg(const int fd) in test_unix_diag_msg()
481 test_netlink_diag_req(const int fd) in test_netlink_diag_req()
597 test_netlink_diag_msg(const int fd) in test_netlink_diag_msg()
703 test_packet_diag_req(const int fd) in test_packet_diag_req()
801 test_packet_diag_msg(const int fd) in test_packet_diag_msg()
898 test_inet_diag_sockid(const int fd) in test_inet_diag_sockid()
976 test_inet_diag_req(const int fd) in test_inet_diag_req()
1098 test_inet_diag_req_v2(const int fd) in test_inet_diag_req_v2()
1215 test_inet_diag_msg(const int fd) in test_inet_diag_msg()
1342 test_smc_diag_req(const int fd) in test_smc_diag_req()
1457 test_smc_diag_msg(const int fd) in test_smc_diag_msg()
1582 int fd = create_nl_socket(NETLINK_SOCK_DIAG); in main() local