Coda Distributed File System
Loading...
Searching...
No Matches
Functions
ctp_ut.cc File Reference
#include <arpa/inet.h>
#include <stdint.h>
#include <sys/socket.h>
#include "gtest/gtest.h"
#include "ctp.h"
Include dependency graph for ctp_ut.cc:

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)
 

Function Documentation

◆ TEST() [1/9]

TEST ( ctp  ,
data_path_payload_struct_sizes   
)

◆ TEST() [2/9]

TEST ( ctp  ,
every_opcode_survives_honlt_ntohl   
)

◆ TEST() [3/9]

TEST ( ctp  ,
file_transfer_opcode_values_are_stable   
)

◆ TEST() [4/9]

TEST ( ctp  ,
filreg_later_flag_bit   
)

◆ TEST() [5/9]

TEST ( ctp  ,
packet_and_init0_opcodes_keep_backward_compatible_values   
)

◆ TEST() [6/9]

TEST ( ctp  ,
size_matches_layout   
)

◆ TEST() [7/9]

TEST ( ctp  ,
transfer_request_in_opcode_list   
)

◆ TEST() [8/9]

TEST ( ctp  ,
transfer_request_opcode_is_stable   
)

◆ TEST() [9/9]

TEST ( ctp  ,
transfer_request_struct_size   
)