Home
last modified time | relevance | path

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

12

/Zephyr-latest/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-latest/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()
278 static void tester_send_with_index(uint8_t service, uint8_t opcode, uint8_t index, in tester_send_with_index()
294 static void tester_rsp_with_index(uint8_t service, uint8_t opcode, uint8_t index, in tester_rsp_with_index()
311 void tester_event(uint8_t service, uint8_t opcode, const void *data, size_t len) in tester_event()
320 void tester_rsp_full(uint8_t service, uint8_t opcode, const void *rsp, size_t len) in tester_rsp_full()
338 void tester_rsp(uint8_t service, uint8_t opcode, uint8_t status) in tester_rsp()
/Zephyr-latest/include/zephyr/net/
Ddns_sd.h161 #define DNS_SD_REGISTER_TCP_SERVICE(id, instance, service, domain, text, \ argument
190 #define DNS_SD_REGISTER_UDP_SERVICE(id, instance, service, domain, text, \ argument
219 const char *service; member
Dcoap_mgmt.h83 const struct coap_service *service; member
Dsocket_service.h175 static inline int net_socket_service_unregister(const struct net_socket_service_desc *service) in net_socket_service_unregister()
/Zephyr-latest/subsys/net/lib/sockets/
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
Dsocket_offload.c25 int socket_offload_getaddrinfo(const char *node, const char *service, in socket_offload_getaddrinfo()
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-latest/tests/bsim/bluetooth/mesh/src/
Dgatt_common.h17 enum bt_mesh_test_gatt_service service; member
/Zephyr-latest/samples/net/mdns_responder/src/
Dservice.c33 void service(void) in service() function
/Zephyr-latest/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-latest/subsys/net/lib/lwm2m/
Dlwm2m_engine.c429 static int engine_add_srv(k_work_handler_t service, uint32_t period_ms, int64_t next) in engine_add_srv()
464 int lwm2m_engine_add_service(k_work_handler_t service, uint32_t period_ms) in lwm2m_engine_add_service()
469 int lwm2m_engine_call_at(k_work_handler_t service, int64_t timestamp) in lwm2m_engine_call_at()
474 int lwm2m_engine_call_now(k_work_handler_t service) in lwm2m_engine_call_now()
479 int lwm2m_engine_update_service_period(k_work_handler_t service, uint32_t period_ms) in lwm2m_engine_update_service_period()
/Zephyr-latest/samples/bluetooth/handsfree/src/
Dmain.c32 static void service(struct bt_conn *conn, uint32_t value) in service() function
/Zephyr-latest/include/zephyr/bluetooth/classic/
Dhfp_hf.h92 void (*service)(struct bt_conn *conn, uint32_t value); member
/Zephyr-latest/tests/bluetooth/tester/src/btp/
Dbtp.h94 uint8_t service; member
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/src/
Dstubs.c138 k_work_handler_t service; variable
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_internal.h132 struct bt_gatt_service *service; member
/Zephyr-latest/tests/net/lib/dns_sd/src/
Dmain.c772 char service[DNS_SD_SERVICE_MAX_SIZE + 1]; in ZTEST() local
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_socket_offload.c664 static int eswifi_off_getaddrinfo(const char *node, const char *service, in eswifi_off_getaddrinfo()
/Zephyr-latest/lib/posix/options/
Dnet.c208 int getaddrinfo(const char *host, const char *service, const struct zsock_addrinfo *hints, in getaddrinfo()
/Zephyr-latest/subsys/net/lib/dns/
Ddns_sd.c185 static bool service_is_valid(const char *service) in service_is_valid()
/Zephyr-latest/drivers/wifi/simplelink/
Dsimplelink_sockets.c1055 static int simplelink_getaddrinfo(const char *node, const char *service, in simplelink_getaddrinfo()
/Zephyr-latest/drivers/net/
Dnsos_adapt.c1020 int nsos_adapt_getaddrinfo(const char *node, const char *service, in nsos_adapt_getaddrinfo()
Dnsos_sockets.c1489 static int nsos_getaddrinfo(const char *node, const char *service, in nsos_getaddrinfo()
/Zephyr-latest/drivers/modem/
Dsimcom-sim7080.c685 static int offload_getaddrinfo(const char *node, const char *service, in offload_getaddrinfo()

12