Home
last modified time | relevance | path

Searched defs:proto (Results 76 – 89 of 89) sorted by relevance

1234

/Zephyr-latest/subsys/net/ip/
Dtcp.c2243 union net_proto_header *proto, in tcp_recv()
4142 union net_proto_header *proto, in tcp_input()
4226 union net_proto_header *proto, in tp_input()
4366 static void test_cb_register(sa_family_t family, uint8_t proto, uint16_t remote_port, in test_cb_register()
Dnet_stats.h325 enum net_ip_protocol proto) in net_stats_update_per_proto_recv()
339 enum net_ip_protocol proto) in net_stats_update_per_proto_drop()
/Zephyr-latest/subsys/net/l2/ethernet/
Dethernet.c869 size_t size, enum net_ip_protocol proto, in ethernet_l2_alloc()
/Zephyr-latest/subsys/tracing/ctf/
Dctf_top.c358 void sys_trace_socket_init(int sock, int family, int type, int proto) in sys_trace_socket_init()
643 void sys_trace_socket_socketpair_enter(int family, int type, int proto, int *sv) in sys_trace_socket_socketpair_enter()
Dctf_top.h432 uint32_t type, uint32_t proto) in ctf_top_socket_init()
635 uint32_t proto, uint32_t sv) in ctf_top_socket_socketpair_enter()
Dtracing_ctf.h460 #define sys_port_trace_socket_init(sock, family, type, proto) \ argument
530 #define sys_port_trace_socket_socketpair_enter(family, type, proto, sv) \ argument
/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp.c2839 int bt_sdp_get_proto_param(const struct net_buf *buf, enum bt_sdp_proto proto, in bt_sdp_get_proto_param()
2866 int bt_sdp_get_addl_proto_param(const struct net_buf *buf, enum bt_sdp_proto proto, in bt_sdp_get_addl_proto_param()
/Zephyr-latest/drivers/wifi/esp_at/
Desp.h53 #define ESP_PROTO_PASSIVE(proto) (proto == IPPROTO_TCP) argument
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_tls.c2035 static int protocol_check(int family, int type, int *proto) in protocol_check()
2064 static int ztls_socket(int family, int type, int proto) in ztls_socket()
3881 static bool tls_is_supported(int family, int type, int proto) in tls_is_supported()
/Zephyr-latest/subsys/tracing/user/
Dtracing_user.h414 #define sys_port_trace_socket_init(sock, family, type, proto) argument
449 #define sys_port_trace_socket_socketpair_enter(family, type, proto, sv) argument
/Zephyr-latest/include/zephyr/tracing/
Dtracing.h2203 #define sys_port_trace_socket_init(socket, family, type, proto) argument
2476 #define sys_port_trace_socket_socketpair_enter(family, type, proto, sv) argument
/Zephyr-latest/subsys/tracing/sysview/
Dtracing_sysview.h713 #define sys_port_trace_socket_init(sock, family, type, proto) argument
748 #define sys_port_trace_socket_socketpair_enter(family, type, proto, sv) argument
/Zephyr-latest/subsys/tracing/test/
Dtracing_test.h736 #define sys_port_trace_socket_init(sock, family, type, proto) argument
771 #define sys_port_trace_socket_socketpair_enter(family, type, proto, sv) argument
/Zephyr-latest/include/zephyr/net/
Dnet_ip.h574 uint8_t proto; member

1234