Home
last modified time | relevance | path

Searched defs:service (Results 1 – 25 of 32) sorted by relevance

12

/Zephyr-Core-3.7.0/subsys/net/lib/coap/
Dcoap_server.c84 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/
Dbtp.c61 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/
Ddns_sd.h163 #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
Dcoap_mgmt.h83 const struct coap_service *service; member
Dsocket_service.h176 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/
Dsocket_offload.c25 int socket_offload_getaddrinfo(const char *node, const char *service, in socket_offload_getaddrinfo()
Dsockets_service.c31 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
Dgetaddrinfo.c218 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/
Dgatt_common.h17 enum bt_mesh_test_gatt_service service; member
/Zephyr-Core-3.7.0/samples/net/mdns_responder/src/
Dservice.c33 void service(void) in service() function
/Zephyr-Core-3.7.0/tests/net/lib/mdns_responder/src/
Dmain.c34 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/
Dlwm2m_engine.c421 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/
Dmain.c32 static void service(struct bt_conn *conn, uint32_t value) in service() function
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/classic/
Dhfp_hf.h92 void (*service)(struct bt_conn *conn, uint32_t value); member
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/btp/
Dbtp.h94 uint8_t service; member
/Zephyr-Core-3.7.0/tests/net/lib/lwm2m/lwm2m_rd_client/src/
Dstubs.c138 k_work_handler_t service; variable
/Zephyr-Core-3.7.0/subsys/bluetooth/services/ots/
Dots_internal.h132 struct bt_gatt_service *service; member
/Zephyr-Core-3.7.0/tests/net/lib/dns_sd/src/
Dmain.c772 char service[DNS_SD_SERVICE_MAX_SIZE + 1]; in ZTEST() local
/Zephyr-Core-3.7.0/subsys/net/lib/dns/
Ddns_sd.c185 static bool service_is_valid(const char *service) in service_is_valid()
/Zephyr-Core-3.7.0/drivers/wifi/eswifi/
Deswifi_socket_offload.c663 static int eswifi_off_getaddrinfo(const char *node, const char *service, in eswifi_off_getaddrinfo()
/Zephyr-Core-3.7.0/lib/posix/options/
Dnet.c208 int getaddrinfo(const char *host, const char *service, const struct zsock_addrinfo *hints, in getaddrinfo()
/Zephyr-Core-3.7.0/drivers/wifi/simplelink/
Dsimplelink_sockets.c1055 static int simplelink_getaddrinfo(const char *node, const char *service, in simplelink_getaddrinfo()
/Zephyr-Core-3.7.0/drivers/net/
Dnsos_adapt.c934 int nsos_adapt_getaddrinfo(const char *node, const char *service, in nsos_adapt_getaddrinfo()
Dnsos_sockets.c1420 static int nsos_getaddrinfo(const char *node, const char *service, in nsos_getaddrinfo()
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dtbs.c1620 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()

12