Home
last modified time | relevance | path

Searched refs:dname_dec (Results 1 – 4 of 4) sorted by relevance

/busybox-1.35.0/networking/udhcp/
Ddomain_codec.c36 char* FAST_FUNC dname_dec(const uint8_t *cstr, int clen, const char *pre) in dname_dec() function
232 printf("NUL:'%s'\n", dname_dec(str, 6, "")); in main()
234 #define DNAME_DEC(encoded,pre) dname_dec((uint8_t*)(encoded), sizeof(encoded), (pre)) in main()
244 printf("test6:'%s' len:%d\n", dname_dec(encoded, len, ""), len); in main()
246 printf("test7:'%s' len:%d\n", dname_dec(encoded, len, ""), len); in main()
248 printf("test8:'%s' len:%d\n", dname_dec(encoded, len, ""), len); in main()
252 printf("test6:'%s' len:%d\n", dname_dec(encoded, len, ""), len); in main()
254 printf("test7:'%s' len:%d\n", dname_dec(encoded, len, ""), len); in main()
Dcommon.h245 char *dname_dec(const uint8_t *cstr, int clen, const char *pre) FAST_FUNC;
Dd6_dhcpc.c369 dlist = dname_dec(option + 4, (option[2] << 8) | option[3], "search="); in option_to_env()
393 dlist = dname_dec(option + 5, (/*(option[2] << 8) |*/ option[3]) - 1, "fqdn="); in option_to_env()
Ddhcpc.c344 dest = dname_dec(option, len, ret); in xmalloc_optname_optval()
366 dest = dname_dec(option, len, ret); in xmalloc_optname_optval()