Searched refs:th_magic (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/tools/tools/netrate/tcpp/
H A Dtcpp_util.c38 thp->th_magic = htobe32(thp->th_magic);
46 thp->th_magic = be32toh(thp->th_magic);
H A Dtcpp.h40 u_int32_t th_magic; member in struct:tcpp_header
H A Dtcpp_server.c154 if (conn->conn_header.th_magic != TCPP_MAGIC) {
H A Dtcpp_client.c143 conn->conn_header.th_magic = TCPP_MAGIC;
/freebsd-11-stable/contrib/flex/
H A Dtables_shared.h109 flex_uint32_t th_magic; /**< Must be 0xF13C57B1 (comes from "Flex Table") */
108 flex_uint32_t th_magic; /**< Must be 0xF13C57B1 (comes from "Flex Table") */ member in struct:yytbl_hdr
H A Dtables.c89 th->th_magic = YYTBL_MAGIC;
150 if (yytbl_write32 (wr, th->th_magic) < 0
152 flex_die (_("th_magic|th_hsize write32 failed"));
/freebsd-11-stable/tools/regression/sockets/sendfile/
H A Dsendfile.c66 uint32_t th_magic; member in struct:test_header
106 if (th->th_magic != htonl(TEST_MAGIC))
260 th->th_magic = htonl(TEST_MAGIC);

Completed in 208 milliseconds