SYMBOL INDEX (36 symbols across 4 files) FILE: coap.c function coap_dumpHeader (line 13) | void coap_dumpHeader(coap_header_t *hdr) function coap_dump (line 25) | void coap_dump(const uint8_t *buf, size_t buflen, bool bare) function coap_parseHeader (line 42) | int coap_parseHeader(coap_header_t *hdr, const uint8_t *buf, size_t buflen) function coap_parseToken (line 57) | int coap_parseToken(coap_buffer_t *tokbuf, const coap_header_t *hdr, con... function coap_parseOption (line 82) | int coap_parseOption(coap_option_t *option, uint16_t *running_delta, con... function coap_parseOptionsAndPayload (line 154) | int coap_parseOptionsAndPayload(coap_option_t *options, uint8_t *numOpti... function coap_dumpOptions (line 190) | void coap_dumpOptions(coap_option_t *opts, size_t numopt) function coap_dumpPacket (line 204) | void coap_dumpPacket(coap_packet_t *pkt) function coap_parse (line 214) | int coap_parse(coap_packet_t *pkt, const uint8_t *buf, size_t buflen) function coap_option_t (line 233) | const coap_option_t *coap_findOptions(const coap_packet_t *pkt, uint8_t ... function coap_buffer_to_string (line 256) | int coap_buffer_to_string(char *strbuf, size_t strbuflen, const coap_buf... function coap_build (line 265) | int coap_build(uint8_t *buf, size_t *buflen, const coap_packet_t *pkt) function coap_option_nibble (line 348) | void coap_option_nibble(uint32_t value, uint8_t *nibble) function coap_make_response (line 364) | int coap_make_response(coap_rw_buffer_t *scratch, coap_packet_t *pkt, co... function coap_handle_req (line 395) | int coap_handle_req(coap_rw_buffer_t *scratch, const coap_packet_t *inpk... function coap_setup (line 429) | void coap_setup(void) FILE: coap.h type coap_header_t (line 15) | typedef struct type coap_buffer_t (line 26) | typedef struct type coap_rw_buffer_t (line 32) | typedef struct type coap_option_t (line 38) | typedef struct type coap_packet_t (line 44) | typedef struct type coap_option_num_t (line 57) | typedef enum type coap_method_t (line 77) | typedef enum type coap_msgtype_t (line 86) | typedef enum type coap_responsecode_t (line 97) | typedef enum type coap_content_type_t (line 106) | typedef enum type coap_error_t (line 119) | typedef enum type coap_endpoint_path_t (line 139) | typedef struct type coap_endpoint_t (line 145) | typedef struct FILE: endpoints.c function endpoint_setup (line 14) | void endpoint_setup(void) function endpoint_setup (line 21) | void endpoint_setup(void) function handle_get_well_known_core (line 28) | static int handle_get_well_known_core(coap_rw_buffer_t *scratch, const c... function handle_get_light (line 34) | static int handle_get_light(coap_rw_buffer_t *scratch, const coap_packet... function handle_put_light (line 39) | static int handle_put_light(coap_rw_buffer_t *scratch, const coap_packet... function build_rsp (line 73) | void build_rsp(void) FILE: main-posix.c function main (line 11) | int main(int argc, char **argv)