Searched refs:ofs (Results 1 – 2 of 2) sorted by relevance
/net-tools-latest/libcoap/tests/ |
D | test_wellknown.c | 31 size_t buflen, offset, ofs; in t_wellknown1() local 48 ofs = offset; in t_wellknown1() 51 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown1() 59 ofs = offset; in t_wellknown1() 61 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown1() 68 ofs = buflen; in t_wellknown1() 69 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown1() 80 size_t buflen, offset, ofs; in t_wellknown2() local 95 ofs = offset; in t_wellknown2() 98 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown2() [all …]
|
/net-tools-latest/libcoap/src/ |
D | option.c | 287 size_t ofs = 1; in coap_opt_value() local 294 ++ofs; in coap_opt_value() 297 ++ofs; in coap_opt_value() 308 ++ofs; in coap_opt_value() 311 ++ofs; in coap_opt_value() 317 return (unsigned char *)opt + ofs; in coap_opt_value()
|