Searched refs:ns_format_ttl (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
H A D | ns_ttl.c | 84 ns_format_ttl(u_long src, char *dst, size_t dstlen) { function
|
H A D | ns_print.c | 175 T(x = ns_format_ttl(ttl, buf, buflen)); 244 T(len = ns_format_ttl(t, buf, buflen)); 253 T(len = ns_format_ttl(t, buf, buflen)); 262 T(len = ns_format_ttl(t, buf, buflen)); 271 T(len = ns_format_ttl(t, buf, buflen));
|
H A D | res_debug.c | 551 if (ns_format_ttl(value, nbuf, sizeof nbuf) < 0)
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/arpa/ |
H A D | nameser.h | 512 #define ns_format_ttl __ns_format_ttl macro 552 int ns_format_ttl(u_long, char *, size_t);
|
Completed in 1732 milliseconds