Searched defs:dat (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Ddebug.c93 dump_packet(void *dat, int n) argument
95 Log(("nat: PACKET DUMPED:\n%.*Rhxd\n", n, dat));
/vbox/src/libs/zlib-1.2.6/test/
H A Dinfcover.c450 static unsigned char dat[] = {0x63, 0, 2, 0}; local
460 return next < sizeof(dat) ? (*buf = dat + next++, 1) : 0;

Completed in 44 milliseconds