Searched defs:peer (Results 1 – 12 of 12) sorted by relevance
/net-tools-3.7.0/tinydtls-0.8.2/ |
D | peer.h | 68 static inline dtls_security_parameters_t *dtls_security_params_epoch(dtls_peer_t *peer, uint16_t ep… in dtls_security_params_epoch() 79 static inline dtls_security_parameters_t *dtls_security_params(dtls_peer_t *peer) in dtls_security_params() 84 static inline dtls_security_parameters_t *dtls_security_params_next(dtls_peer_t *peer) in dtls_security_params_next() 97 static inline void dtls_security_params_free_other(dtls_peer_t *peer) in dtls_security_params_free_other() 109 static inline void dtls_security_params_switch(dtls_peer_t *peer) in dtls_security_params_switch() 136 static inline dtls_state_t dtls_peer_state(const dtls_peer_t *peer) { in dtls_peer_state() 144 static inline int dtls_peer_is_connected(const dtls_peer_t *peer) { in dtls_peer_is_connected()
|
D | peer.c | 41 dtls_free_peer(dtls_peer_t *peer) { in dtls_free_peer() 63 dtls_free_peer(dtls_peer_t *peer) { in dtls_free_peer() 73 dtls_peer_t *peer; in dtls_new_peer() local
|
D | dtls.c | 200 dtls_send(dtls_context_t *ctx, dtls_peer_t *peer, unsigned char type, in dtls_send() 227 dtls_add_peer(dtls_context_t *ctx, dtls_peer_t *peer) { in dtls_add_peer() 239 dtls_peer_t *peer = dtls_get_peer(ctx, dst); in dtls_write() local 424 dtls_set_handshake_header(uint8 type, dtls_peer_t *peer, in dtls_set_handshake_header() 601 dtls_peer_t *peer, in calculate_key_block() 777 dtls_check_tls_extension(dtls_peer_t *peer, in dtls_check_tls_extension() 901 dtls_peer_t *peer, in dtls_update_parameters() 1070 update_hs_hash(dtls_peer_t *peer, uint8 *data, size_t length) { in update_hs_hash() 1076 copy_hs_hash(dtls_peer_t *peer, dtls_hash_ctx *hs_hash) { in copy_hs_hash() 1082 finalize_hs_hash(dtls_peer_t *peer, uint8 *buf) { in finalize_hs_hash() [all …]
|
D | netq.h | 44 dtls_peer_t *peer; /**< remote address */ member
|
/net-tools-3.7.0/libcoap/examples/ |
D | etsi_iot_01.c | 130 coap_address_t *peer, coap_pdu_t *request, str *token, in hnd_get_index() 148 coap_address_t *peer, coap_pdu_t *request, str *token, in hnd_get_resource() 224 coap_address_t *peer, coap_pdu_t *request, str *token, in hnd_delete_resource() 240 coap_address_t *peer, coap_pdu_t *request, str *token, in hnd_post_test() 306 coap_address_t *peer, coap_pdu_t *request, str *token, in hnd_put_test() 357 coap_address_t *peer, coap_pdu_t *request, str *token, in hnd_delete_test() 373 coap_address_t *peer, coap_pdu_t *request, str *token, in hnd_get_query() 411 coap_address_t *peer, coap_pdu_t *request, str *token, in hnd_get_separate()
|
D | coap-server.c | 95 coap_address_t *peer, in hnd_get_time() 213 coap_address_t *peer, in hnd_get_async()
|
D | coap-rd.c | 295 coap_address_t *peer) { in add_source_address() 391 coap_address_t *peer, in hnd_post_rd()
|
/net-tools-3.7.0/libcoap/src/ |
D | async.c | 24 coap_register_async(coap_context_t *context, coap_address_t *peer, in coap_register_async()
|
D | resource.c | 523 coap_find_observer(coap_resource_t *resource, const coap_address_t *peer, 708 const coap_address_t *peer, 748 const coap_address_t *peer,
|
D | net.c | 496 coap_transaction_id(const coap_address_t *peer, const coap_pdu_t *pdu, in coap_transaction_id()
|
/net-tools-3.7.0/libcoap/include/coap/ |
D | async.h | 49 coap_address_t peer; /**< the peer to notify */ member
|
/net-tools-3.7.0/libcoap/examples/contiki/ |
D | server.c | 94 coap_address_t *peer, coap_pdu_t *request, str *token, in hnd_get_time()
|