|
Coda Distributed File System
|
#include <arpa/inet.h>#include <stdint.h>#include <sys/socket.h>#include "gtest/gtest.h"#include "ctp.h"
Functions | |
| TEST (ctp, size_matches_layout) | |
| TEST (ctp, packet_and_init0_opcodes_keep_backward_compatible_values) | |
| TEST (ctp, every_opcode_survives_honlt_ntohl) | |
| TEST (ctp, file_transfer_opcode_values_are_stable) | |
| TEST (ctp, data_path_payload_struct_sizes) | |
| TEST (ctp, filreg_later_flag_bit) | |
| TEST (ctp, transfer_request_opcode_is_stable) | |
| TEST (ctp, transfer_request_struct_size) | |
| TEST (ctp, transfer_request_in_opcode_list) | |
| TEST | ( | ctp | , |
| data_path_payload_struct_sizes | |||
| ) |
| TEST | ( | ctp | , |
| every_opcode_survives_honlt_ntohl | |||
| ) |
| TEST | ( | ctp | , |
| file_transfer_opcode_values_are_stable | |||
| ) |
| TEST | ( | ctp | , |
| filreg_later_flag_bit | |||
| ) |
| TEST | ( | ctp | , |
| packet_and_init0_opcodes_keep_backward_compatible_values | |||
| ) |
| TEST | ( | ctp | , |
| size_matches_layout | |||
| ) |
| TEST | ( | ctp | , |
| transfer_request_in_opcode_list | |||
| ) |
| TEST | ( | ctp | , |
| transfer_request_opcode_is_stable | |||
| ) |
| TEST | ( | ctp | , |
| transfer_request_struct_size | |||
| ) |