Home
last modified time | relevance | path

Searched refs:th_magic (Results 1 – 8 of 8) sorted by relevance

/freebsd/tools/tools/netrate/tcpp/
H A Dtcpp_util.c36 thp->th_magic = htobe32(thp->th_magic); in tcpp_header_encode()
44 thp->th_magic = be32toh(thp->th_magic); in tcpp_header_decode()
H A Dtcpp.h38 u_int32_t th_magic; member
H A Dtcpp_server.c152 if (conn->conn_header.th_magic != TCPP_MAGIC) { in tcpp_server_handleconn()
H A Dtcpp_client.c131 conn->conn_header.th_magic = TCPP_MAGIC; in tcpp_client_newconn()
/freebsd/tools/regression/sockets/sendfile/
H A Dsendfile.c64 uint32_t th_magic; member
104 if (th->th_magic != htonl(TEST_MAGIC)) in test_th()
258 th->th_magic = htonl(TEST_MAGIC); in init_th()
/freebsd/contrib/flex/src/
H A Dtables_shared.h108 flex_uint32_t th_magic; /**< Must be 0xF13C57B1 (comes from "Flex Table") */ member
H A Dtables.c88 th->th_magic = YYTBL_MAGIC; in yytbl_hdr_init()
148 if (yytbl_write32 (wr, th->th_magic) < 0 in yytbl_hdr_fwrite()
H A Dflex.skl3041 if (yytbl_read32 (&(th->th_magic), rd) != 0)
3044 if (th->th_magic != YYTBL_MAGIC){