Home
last modified time | relevance | path

Searched refs:ACCEPT (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy_srv.c64 ACCEPT, enumerator
122 client->filter_type = ACCEPT; in filter_set()
198 if (client->filter_type == ACCEPT) { in send_filter_status()
932 client->filter_type = ACCEPT; in proxy_ccc_write()
982 clients[i].filter_type = ACCEPT; in svc_reg_work_handler()
1022 if (client->cli && (client->filter_type == ACCEPT || in bt_mesh_proxy_gatt_disconnect()
1057 if (client->filter_type == ACCEPT) { in bt_mesh_proxy_addr_add()
1085 if (client->filter_type == ACCEPT) { in client_filter_match()
/Zephyr-latest/tests/net/socket/tcp/src/
Dmain.c2101 CLIENT, SERVER, ACCEPT, enumerator
2120 prepare_sock_tcp_v4(MY_IPV4_ADDR, SERVER_PORT, &fd[ACCEPT], in test_ioctl_fionread_setup()
2127 prepare_sock_tcp_v6(MY_IPV6_ADDR, SERVER_PORT, &fd[ACCEPT], &s_saddr); in test_ioctl_fionread_setup()
2138 test_bind(fd[ACCEPT], (struct sockaddr *)&s_saddr, addrlen); in test_ioctl_fionread_setup()
2139 test_listen(fd[ACCEPT]); in test_ioctl_fionread_setup()
2142 test_accept(fd[ACCEPT], &fd[SERVER], (struct sockaddr *)&addr, &addrlen2); in test_ioctl_fionread_setup()
2154 ACCEPT, in test_ioctl_fionread_common() enumerator
2191 zsock_close(fd[ACCEPT]); in test_ioctl_fionread_common()
/Zephyr-latest/doc/connectivity/networking/
Dqemu_setup.rst174 iptables -I FORWARD 1 -i zeth -j ACCEPT
175 iptables -I FORWARD 1 -o zeth -m state --state RELATED,ESTABLISHED -j ACCEPT
/Zephyr-latest/boards/intel/adsp/doc/
Dchromebooks_adsp.rst182 crouton# iptables -I INPUT -p tcp --dport 222 -j ACCEPT