Home
last modified time | relevance | path

Searched refs:typecode (Results 1 – 3 of 3) sorted by relevance

/src/sys/contrib/xen/hvm/
H A Dsave.h50 uint16_t typecode; /* Used to demux the various types below */ member
/src/contrib/unbound/testcode/
H A Dfake_event.c80 int typecode; member
1453 fc->typecode = FAKE_COMMPOINT_TYPECODE; in comm_point_create_local()
1466 fc->typecode = FAKE_COMMPOINT_TYPECODE; in comm_point_create_raw()
1486 log_assert(fc->typecode == FAKE_COMMPOINT_TYPECODE); in comm_point_delete()
1795 fc->typecode = FAKE_COMMPOINT_TYPECODE; in outnet_comm_point_for_udp()
1821 fc->typecode = FAKE_COMMPOINT_TYPECODE; in outnet_comm_point_for_tcp()
1889 fc->typecode = FAKE_COMMPOINT_TYPECODE; in outnet_comm_point_for_http()
/src/contrib/unbound/doc/
H A DChangelog7353 - Fix unit test for CDS typecode.