|
Coda Distributed File System
|
#include <arpa/inet.h>#include <string.h>#include <gtest/gtest.h>#include <rpc2/rpc2.h>#include <rpc2/tcpftp.h>#include "ctp.h"
Functions | |
| TEST (tcpftp, blocksize_is_eight) | |
| TEST (tcpftp, pack_writes_eight_bytes) | |
| TEST (tcpftp, roundtrip_only_cookie_crosses) | |
| TEST (tcpftp, pack_rejects_undersized_buffer) | |
| TEST (tcpftp, unpack_rejects_short_buffer) | |
| TEST (tcpftp, unpack_rejects_trailing_bytes) | |
| TEST (tcpftp, unpack_null_safety) | |
| TEST (tcpftp, capability_flag_does_not_collide) | |
| TEST (tcpftp, upgrade_gate_default_off) | |
| TEST (tcpftp, reglen_unlimited_convention) | |
| TEST (tcpftp, reglen_positive_quota_caps) | |
| TEST (tcpftp, request_wire_layout) | |
| TEST | ( | tcpftp | , |
| blocksize_is_eight | |||
| ) |
| TEST | ( | tcpftp | , |
| capability_flag_does_not_collide | |||
| ) |
| TEST | ( | tcpftp | , |
| pack_rejects_undersized_buffer | |||
| ) |
| TEST | ( | tcpftp | , |
| pack_writes_eight_bytes | |||
| ) |
| TEST | ( | tcpftp | , |
| reglen_positive_quota_caps | |||
| ) |
| TEST | ( | tcpftp | , |
| reglen_unlimited_convention | |||
| ) |
| TEST | ( | tcpftp | , |
| request_wire_layout | |||
| ) |
| TEST | ( | tcpftp | , |
| roundtrip_only_cookie_crosses | |||
| ) |
| TEST | ( | tcpftp | , |
| unpack_null_safety | |||
| ) |
| TEST | ( | tcpftp | , |
| unpack_rejects_short_buffer | |||
| ) |
| TEST | ( | tcpftp | , |
| unpack_rejects_trailing_bytes | |||
| ) |
| TEST | ( | tcpftp | , |
| upgrade_gate_default_off | |||
| ) |