Searched defs:tlv (Results  1 – 10 of 10) sorted by relevance
| /Zephyr-latest/subsys/net/lib/lwm2m/ | 
| D | lwm2m_rw_oma_tlv.c | 88 static uint8_t get_len_type(const struct oma_tlv *tlv)  in get_len_type()113 static void tlv_setup(struct oma_tlv *tlv, uint8_t type, uint16_t id,  in tlv_setup()
 152 static int oma_tlv_put(const struct oma_tlv *tlv,  in oma_tlv_put()
 218 static int oma_tlv_get(struct oma_tlv *tlv, struct lwm2m_input_context *in,  in oma_tlv_get()
 310 	struct oma_tlv tlv;  in put_end_tlv()  local
 408 	struct oma_tlv tlv;  in put_s8()  local
 427 	struct oma_tlv tlv;  in put_s16()  local
 452 	struct oma_tlv tlv;  in put_s32()  local
 478 	struct oma_tlv tlv;  in put_s64()  local
 509 	struct oma_tlv tlv;  in put_string()  local
 [all …]
 
 | 
| /Zephyr-latest/subsys/net/lib/ptp/ | 
| D | tlv.c | 355 enum ptp_tlv_type ptp_tlv_type(struct ptp_tlv *tlv)  in ptp_tlv_type()360 int ptp_tlv_post_recv(struct ptp_tlv *tlv)  in ptp_tlv_post_recv()
 396 void ptp_tlv_pre_send(struct ptp_tlv *tlv)  in ptp_tlv_pre_send()
 
 | 
| D | port.c | 852 			       struct ptp_tlv_mgmt *tlv)  in port_management_set()1450 				    struct ptp_tlv_mgmt *tlv)  in ptp_port_management_msg_process()
 1471 	struct ptp_tlv *tlv;  in ptp_port_management_error()  local
 1505 int ptp_port_management_resp(struct ptp_port *port, struct ptp_msg *req, struct ptp_tlv_mgmt *tlv)  in ptp_port_management_resp()
 
 | 
| D | clock.c | 165 				struct ptp_tlv_mgmt *tlv)  in clock_management_set()
 | 
| D | tlv.h | 223 	struct ptp_tlv		       *tlv;  member
 | 
| /Zephyr-latest/samples/net/lldp/src/ | 
| D | main.c | 21 } __packed tlv = {  variable
 | 
| /Zephyr-latest/subsys/usb/device/class/netusb/ | 
| D | function_rndis.c | 125 struct tlv {  struct126 	uint32_t type;
 127 	uint32_t len;
 128 	uint8_t data[];
 
 | 
| /Zephyr-latest/subsys/net/l2/ethernet/gptp/ | 
| D | gptp_messages.h | 183 	struct gptp_path_trace_tlv tlv;  member231 	struct gptp_follow_up_tlv tlv;  member
 309 	struct gptp_message_itv_req_tlv tlv;  member
 
 | 
| /Zephyr-latest/subsys/net/l2/ethernet/lldp/ | 
| D | lldp.c | 362 int net_lldp_config_optional(struct net_if *iface, const uint8_t *tlv, size_t len)  in net_lldp_config_optional()
 | 
| /Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/ | 
| D | img_mgmt.c | 253 	struct image_tlv tlv;  in img_mgmt_read_info()  local
 |