Searched refs:th_magic (Results 1 – 10 of 10) sorted by relevance
| /freebsd/tools/tools/netrate/tcpp/ |
| H A D | tcpp_util.c | 36 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 D | tcpp.h | 38 u_int32_t th_magic; member
|
| H A D | tcpp_server.c | 152 if (conn->conn_header.th_magic != TCPP_MAGIC) { in tcpp_server_handleconn()
|
| H A D | tcpp_client.c | 131 conn->conn_header.th_magic = TCPP_MAGIC; in tcpp_client_newconn()
|
| /freebsd/sys/geom/zoned/ |
| H A D | g_zoned.h | 41 char th_magic[16]; /* G_ZONED_TABLE_MAGIC. */ member 242 memcpy(d.th_magic, th->th_magic, sizeof(d.th_magic)); in zoned_table_hdr_encode() 254 memcpy(th->th_magic, d.th_magic, sizeof(th->th_magic)); in zoned_table_hdr_decode()
|
| H A D | g_zoned.c | 252 valid = memcmp(th.th_magic, G_ZONED_TABLE_MAGIC, in g_zoned_load_table() 442 memcpy(th.th_magic, G_ZONED_TABLE_MAGIC, in g_zoned_encode_dirty()
|
| /freebsd/tools/regression/sockets/sendfile/ |
| H A D | sendfile.c | 64 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 D | tables_shared.h | 108 flex_uint32_t th_magic; /**< Must be 0xF13C57B1 (comes from "Flex Table") */ member
|
| H A D | tables.c | 88 th->th_magic = YYTBL_MAGIC; in yytbl_hdr_init() 148 if (yytbl_write32 (wr, th->th_magic) < 0 in yytbl_hdr_fwrite()
|
| H A D | flex.skl | 3041 if (yytbl_read32 (&(th->th_magic), rd) != 0) 3044 if (th->th_magic != YYTBL_MAGIC){
|