Home
last modified time | relevance | path

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

/freebsd-11-stable/tools/tools/netrate/tcpp/
HDtcpp_util.c38 thp->th_magic = htobe32(thp->th_magic); in tcpp_header_encode()
46 thp->th_magic = be32toh(thp->th_magic); in tcpp_header_decode()
HDtcpp.h40 u_int32_t th_magic; member
HDtcpp_server.c154 if (conn->conn_header.th_magic != TCPP_MAGIC) { in tcpp_server_handleconn()
HDtcpp_client.c143 conn->conn_header.th_magic = TCPP_MAGIC; in tcpp_client_newconn()
/freebsd-11-stable/tools/regression/sockets/sendfile/
HDsendfile.c66 uint32_t th_magic; member
106 if (th->th_magic != htonl(TEST_MAGIC)) in test_th()
260 th->th_magic = htonl(TEST_MAGIC); in init_th()
/freebsd-11-stable/contrib/flex/
HDtables_shared.h108 flex_uint32_t th_magic; /**< Must be 0xF13C57B1 (comes from "Flex Table") */ member
HDtables.c88 th->th_magic = YYTBL_MAGIC; in yytbl_hdr_init()
149 if (yytbl_write32 (wr, th->th_magic) < 0 in yytbl_hdr_fwrite()
HDflex.skl3066 if (yytbl_read32 (&(th->th_magic), rd) != 0)
3069 if (th->th_magic != YYTBL_MAGIC){