/Zephyr-Core-3.7.0/subsys/net/lib/coap/ |
D | coap_server.c | 84 static int coap_service_remove_observer(const struct coap_service *service, in coap_service_remove_observer() 130 struct coap_service *service = NULL; in coap_server_process() local 339 static inline bool coap_service_in_section(const struct coap_service *service) in coap_service_in_section() 348 static inline void coap_service_raise_event(const struct coap_service *service, uint32_t mgmt_event) in coap_service_raise_event() 363 int coap_service_start(const struct coap_service *service) in coap_service_start() 477 int coap_service_stop(const struct coap_service *service) in coap_service_stop() 504 int coap_service_is_running(const struct coap_service *service) in coap_service_is_running() 522 int coap_service_send(const struct coap_service *service, const struct coap_packet *cpkt, in coap_service_send() 604 const struct coap_service *service = NULL; in coap_resource_parse_observe() local 674 const struct coap_service *service = NULL; in coap_resource_remove_observer() local
|
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/ |
D | btp.c | 61 void tester_register_command_handlers(uint8_t service, in tester_register_command_handlers() 72 static const struct btp_handler *find_btp_handler(uint8_t service, uint8_t opcode) in find_btp_handler() 275 static void tester_send_with_index(uint8_t service, uint8_t opcode, uint8_t index, in tester_send_with_index() 291 static void tester_rsp_with_index(uint8_t service, uint8_t opcode, uint8_t index, in tester_rsp_with_index() 305 void tester_event(uint8_t service, uint8_t opcode, const void *data, size_t len) in tester_event() 311 void tester_rsp_full(uint8_t service, uint8_t opcode, const void *rsp, size_t len) in tester_rsp_full() 327 void tester_rsp(uint8_t service, uint8_t opcode, uint8_t status) in tester_rsp()
|
/Zephyr-Core-3.7.0/include/zephyr/net/ |
D | dns_sd.h | 163 #define DNS_SD_REGISTER_TCP_SERVICE(id, instance, service, domain, text, \ argument 194 #define DNS_SD_REGISTER_UDP_SERVICE(id, instance, service, domain, text, \ argument 223 const char *service; member
|
D | coap_mgmt.h | 83 const struct coap_service *service; member
|
D | socket_service.h | 176 static inline int net_socket_service_unregister(const struct net_socket_service_desc *service) in net_socket_service_unregister()
|
/Zephyr-Core-3.7.0/subsys/net/lib/sockets/ |
D | socket_offload.c | 25 int socket_offload_getaddrinfo(const char *node, const char *service, in socket_offload_getaddrinfo()
|
D | sockets_service.c | 31 static struct service { struct 38 void net_socket_service_foreach(net_socket_service_cb_t cb, void *user_data) in net_socket_service_foreach() argument
|
D | getaddrinfo.c | 218 int z_impl_z_zsock_getaddrinfo_internal(const char *host, const char *service, in z_impl_z_zsock_getaddrinfo_internal() 310 const char *service, in z_vrfy_z_zsock_getaddrinfo_internal() 355 static int try_resolve_literal_addr(const char *host, const char *service, in try_resolve_literal_addr() 432 int zsock_getaddrinfo(const char *host, const char *service, in zsock_getaddrinfo()
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/ |
D | gatt_common.h | 17 enum bt_mesh_test_gatt_service service; member
|
/Zephyr-Core-3.7.0/samples/net/mdns_responder/src/ |
D | service.c | 33 void service(void) in service() function
|
/Zephyr-Core-3.7.0/tests/net/lib/mdns_responder/src/ |
D | main.c | 34 char service[DNS_SD_SERVICE_MAX_SIZE + NULL_CHAR_SIZE]; member 241 static void free_service(struct service_info *service) in free_service() 332 static struct dns_sd_rec *alloc_ext_record(const char *instance, const char *service, in alloc_ext_record()
|
/Zephyr-Core-3.7.0/subsys/net/lib/lwm2m/ |
D | lwm2m_engine.c | 421 static int engine_add_srv(k_work_handler_t service, uint32_t period_ms, int64_t next) in engine_add_srv() 456 int lwm2m_engine_add_service(k_work_handler_t service, uint32_t period_ms) in lwm2m_engine_add_service() 461 int lwm2m_engine_call_at(k_work_handler_t service, int64_t timestamp) in lwm2m_engine_call_at() 466 int lwm2m_engine_call_now(k_work_handler_t service) in lwm2m_engine_call_now() 471 int lwm2m_engine_update_service_period(k_work_handler_t service, uint32_t period_ms) in lwm2m_engine_update_service_period()
|
/Zephyr-Core-3.7.0/samples/bluetooth/handsfree/src/ |
D | main.c | 32 static void service(struct bt_conn *conn, uint32_t value) in service() function
|
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/classic/ |
D | hfp_hf.h | 92 void (*service)(struct bt_conn *conn, uint32_t value); member
|
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/btp/ |
D | btp.h | 94 uint8_t service; member
|
/Zephyr-Core-3.7.0/tests/net/lib/lwm2m/lwm2m_rd_client/src/ |
D | stubs.c | 138 k_work_handler_t service; variable
|
/Zephyr-Core-3.7.0/subsys/bluetooth/services/ots/ |
D | ots_internal.h | 132 struct bt_gatt_service *service; member
|
/Zephyr-Core-3.7.0/tests/net/lib/dns_sd/src/ |
D | main.c | 772 char service[DNS_SD_SERVICE_MAX_SIZE + 1]; in ZTEST() local
|
/Zephyr-Core-3.7.0/subsys/net/lib/dns/ |
D | dns_sd.c | 185 static bool service_is_valid(const char *service) in service_is_valid()
|
/Zephyr-Core-3.7.0/drivers/wifi/eswifi/ |
D | eswifi_socket_offload.c | 663 static int eswifi_off_getaddrinfo(const char *node, const char *service, in eswifi_off_getaddrinfo()
|
/Zephyr-Core-3.7.0/lib/posix/options/ |
D | net.c | 208 int getaddrinfo(const char *host, const char *service, const struct zsock_addrinfo *hints, in getaddrinfo()
|
/Zephyr-Core-3.7.0/drivers/wifi/simplelink/ |
D | simplelink_sockets.c | 1055 static int simplelink_getaddrinfo(const char *node, const char *service, in simplelink_getaddrinfo()
|
/Zephyr-Core-3.7.0/drivers/net/ |
D | nsos_adapt.c | 934 int nsos_adapt_getaddrinfo(const char *node, const char *service, in nsos_adapt_getaddrinfo()
|
D | nsos_sockets.c | 1420 static int nsos_getaddrinfo(const char *node, const char *service, in nsos_getaddrinfo()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/ |
D | tbs.c | 1620 const struct bt_gatt_service_static *service) in gtbs_service_inst_init() 1625 static void tbs_service_inst_init(struct tbs_service_inst *inst, struct bt_gatt_service *service) in tbs_service_inst_init()
|