Searched refs:MAX_TCP_SIZE (Results 1 – 2 of 2) sorted by relevance
172 #define MAX_TCP_SIZE 2000 /* max tcp DNS message size */ macro182 #define BUFLEN_TCP(x, y) (MAX_TCP_SIZE-(x-y))
964 (void) memset(buf, 0, MAX_TCP_SIZE); in dyndns_build_tkey_msg()1019 char buf[MAX_TCP_SIZE], buf2[MAX_TCP_SIZE]; in dyndns_establish_sec_ctx()1101 bzero(buf2, MAX_TCP_SIZE); in dyndns_establish_sec_ctx()1102 if (recv(s, buf2, MAX_TCP_SIZE, 0) == -1) { in dyndns_establish_sec_ctx()