| /Zephyr-latest/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
 378 static inline bool coap_service_in_section(const struct coap_service *service)  in coap_service_in_section()
 387 static inline void coap_service_raise_event(const struct coap_service *service, uint32_t mgmt_event)  in coap_service_raise_event()
 402 int coap_service_start(const struct coap_service *service)  in coap_service_start()
 516 int coap_service_stop(const struct coap_service *service)  in coap_service_stop()
 543 int coap_service_is_running(const struct coap_service *service)  in coap_service_is_running()
 561 int coap_service_send(const struct coap_service *service, const struct coap_packet *cpkt,  in coap_service_send()
 643 	const struct coap_service *service = NULL;  in coap_resource_parse_observe()  local
 713 	const struct coap_service *service = NULL;  in coap_resource_remove_observer()  local
 
 | 
| /Zephyr-latest/tests/bluetooth/tester/src/ | 
| D | btp.c | 58 void tester_register_command_handlers(uint8_t service,  in tester_register_command_handlers()69 static const struct btp_handler *find_btp_handler(uint8_t service, uint8_t opcode)  in find_btp_handler()
 279 static void tester_send_with_index(uint8_t service, uint8_t opcode, uint8_t index,  in tester_send_with_index()
 295 static void tester_rsp_with_index(uint8_t service, uint8_t opcode, uint8_t index,  in tester_rsp_with_index()
 312 void tester_event(uint8_t service, uint8_t opcode, const void *data, size_t len)  in tester_event()
 321 void tester_rsp_full(uint8_t service, uint8_t opcode, const void *rsp, size_t len)  in tester_rsp_full()
 339 void tester_rsp(uint8_t service, uint8_t opcode, uint8_t status)  in tester_rsp()
 
 | 
| /Zephyr-latest/include/zephyr/net/ | 
| D | dns_sd.h | 161 #define DNS_SD_REGISTER_TCP_SERVICE(id, instance, service, domain, text, \  argument190 #define DNS_SD_REGISTER_UDP_SERVICE(id, instance, service, domain, text, \  argument
 219 	const char *service;  member
 
 | 
| D | coap_mgmt.h | 83 	const struct coap_service *service;  member
 | 
| D | socket_service.h | 175 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/ | 
| D | sockets_service.c | 31 static struct service {  struct38 void net_socket_service_foreach(net_socket_service_cb_t cb, void *user_data)  in net_socket_service_foreach()  argument
 
 | 
| D | socket_offload.c | 25 int socket_offload_getaddrinfo(const char *node, const char *service,  in socket_offload_getaddrinfo()
 | 
| 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-latest/tests/bsim/bluetooth/mesh/src/ | 
| D | gatt_common.h | 17 	enum bt_mesh_test_gatt_service service;  member
 | 
| /Zephyr-latest/samples/net/mdns_responder/src/ | 
| D | service.c | 33 void service(void)  in service()  function
 | 
| /Zephyr-latest/tests/net/lib/mdns_responder/src/ | 
| D | main.c | 34 	char service[DNS_SD_SERVICE_MAX_SIZE + NULL_CHAR_SIZE];  member241 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/sntp/ | 
| D | sntp.c | 262 		    const struct net_socket_service_desc *service)  in sntp_init_async()319 void sntp_close_async(const struct net_socket_service_desc *service)  in sntp_close_async()
 
 | 
| /Zephyr-latest/subsys/net/lib/lwm2m/ | 
| D | lwm2m_engine.c | 429 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/ | 
| D | main.c | 32 static void service(struct bt_conn *conn, uint32_t value)  in service()  function
 | 
| /Zephyr-latest/include/zephyr/bluetooth/classic/ | 
| D | hfp_hf.h | 92 	void (*service)(struct bt_conn *conn, uint32_t value);  member
 | 
| /Zephyr-latest/tests/bluetooth/tester/src/btp/ | 
| D | btp.h | 96 	uint8_t  service;  member
 | 
| /Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/src/ | 
| D | stubs.c | 138 k_work_handler_t service;  variable
 | 
| /Zephyr-latest/subsys/net/lib/http/ | 
| D | http_server_core.c | 545 	const struct http_service_desc *service;  in http_server_run()  local753 struct http_resource_detail *get_resource_detail(const struct http_service_desc *service,  in get_resource_detail()
 
 | 
| /Zephyr-latest/subsys/bluetooth/services/ots/ | 
| D | ots_internal.h | 132 	struct bt_gatt_service *service;  member
 | 
| /Zephyr-latest/tests/net/lib/dns_sd/src/ | 
| D | main.c | 773 	char service[DNS_SD_SERVICE_MAX_SIZE + 1];  in ZTEST()  local
 | 
| /Zephyr-latest/drivers/wifi/eswifi/ | 
| D | eswifi_socket_offload.c | 664 static int eswifi_off_getaddrinfo(const char *node, const char *service,  in eswifi_off_getaddrinfo()
 | 
| /Zephyr-latest/subsys/net/lib/dns/ | 
| D | dns_sd.c | 185 static bool service_is_valid(const char *service)  in service_is_valid()
 | 
| /Zephyr-latest/lib/posix/options/ | 
| D | net.c | 208 int getaddrinfo(const char *host, const char *service, const struct zsock_addrinfo *hints,  in getaddrinfo()
 | 
| /Zephyr-latest/drivers/wifi/simplelink/ | 
| D | simplelink_sockets.c | 1055 static int simplelink_getaddrinfo(const char *node, const char *service,  in simplelink_getaddrinfo()
 | 
| /Zephyr-latest/include/zephyr/net/http/ | 
| D | server.h | 414 	const struct http_service_desc *service;  member
 |