Searched refs:th_magic (Results 1 – 8 of 8) sorted by relevance
36 thp->th_magic = htobe32(thp->th_magic); in tcpp_header_encode()44 thp->th_magic = be32toh(thp->th_magic); in tcpp_header_decode()
38 u_int32_t th_magic; member
152 if (conn->conn_header.th_magic != TCPP_MAGIC) { in tcpp_server_handleconn()
131 conn->conn_header.th_magic = TCPP_MAGIC; in tcpp_client_newconn()
64 uint32_t th_magic; member104 if (th->th_magic != htonl(TEST_MAGIC)) in test_th()258 th->th_magic = htonl(TEST_MAGIC); in init_th()
108 flex_uint32_t th_magic; /**< Must be 0xF13C57B1 (comes from "Flex Table") */ member
88 th->th_magic = YYTBL_MAGIC; in yytbl_hdr_init()148 if (yytbl_write32 (wr, th->th_magic) < 0 in yytbl_hdr_fwrite()
3041 if (yytbl_read32 (&(th->th_magic), rd) != 0)3044 if (th->th_magic != YYTBL_MAGIC){