Searched refs:STR_DATA (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libc/net/ |
H A D | h_dns_server.c | 83 #define STR_DATA(s) sizeof(s) - 1, s macro 89 { STR_DATA("\011localhost\000"), 1, 90 STR_DATA("\177\000\000\001") }, 92 { STR_DATA("\011localhost\000"), 28, 93 STR_DATA("\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\001") }, 95 { STR_DATA("\013sixthavenue\006astron\003com\000"), 1, 96 STR_DATA("\046\165\206\020") }, 98 { STR_DATA("\013sixthavenue\006astron\003com\000"), 28, 99 STR_DATA("\x26\x20\x01\x06\x30\x03\x1f\x00\x3e\x4a\x92\xff\xfe\xf4\xe1\x80") }, 101 { STR_DATA("\0011\0010\0010\003127\007in-addr\004arpa\000"), 12, [all …]
|