/Zephyr-Core-3.5.0/tests/net/tcp/src/ |
D | main.c | 124 static void handle_client_test(sa_family_t af, struct tcphdr *th); 125 static void handle_server_test(sa_family_t af, struct tcphdr *th); 127 static void handle_syn_rst_ack(sa_family_t af, struct tcphdr *th); 128 static void handle_client_fin_wait_2_test(sa_family_t af, struct tcphdr *th); 129 static void handle_client_closing_test(sa_family_t af, struct tcphdr *th); 130 static void handle_data_fin1_test(sa_family_t af, struct tcphdr *th); 131 static void handle_data_during_fin1_test(sa_family_t af, struct tcphdr *th); 221 static struct net_pkt *tester_prepare_tcp_pkt(sa_family_t af, in tester_prepare_tcp_pkt() argument 241 af, IPPROTO_TCP, K_NO_WAIT); in tester_prepare_tcp_pkt() 247 if (af == AF_INET) { in tester_prepare_tcp_pkt() [all …]
|
/Zephyr-Core-3.5.0/drivers/pinctrl/ |
D | pinctrl_gd32_af.c | 80 uint32_t port, pin_num, af, mode; in pinctrl_configure_pin() local 89 af = GD32_AF_GET(pin); in pinctrl_configure_pin() 94 if (af != GD32_ANALOG) { in pinctrl_configure_pin() 96 gpio_af_set(port, af, pin_num); in pinctrl_configure_pin()
|
/Zephyr-Core-3.5.0/subsys/net/ip/ |
D | tp.c | 407 static struct net_pkt *tp_output_pkt_alloc(sa_family_t af, in tp_output_pkt_alloc() argument 418 af, IPPROTO_UDP, K_NO_WAIT); in tp_output_pkt_alloc() 429 void _tp_output(sa_family_t af, struct net_if *iface, void *data, in _tp_output() argument 432 struct net_pkt *pkt = tp_output_pkt_alloc(af, iface, data_len, in _tp_output() 580 void tp_out(sa_family_t af, struct net_if *iface, const char *msg, in tp_out() argument 596 tp_output(af, iface, buf, json_len); in tp_out()
|
D | tp.h | 119 void _tp_output(sa_family_t af, struct net_if *iface, void *data, 160 void tp_out(sa_family_t af, struct net_if *iface, const char *msg,
|
D | net_private.h | 123 char *net_sprint_addr(sa_family_t af, const void *addr);
|
D | utils.c | 29 char *net_sprint_addr(sa_family_t af, const void *addr) in net_sprint_addr() argument 36 return net_addr_ntop(af, addr, s, NET_IPV6_ADDR_LEN); in net_sprint_addr()
|
D | tcp.c | 172 static size_t tcp_endpoint_len(sa_family_t af) in tcp_endpoint_len() argument 174 return (af == AF_INET) ? sizeof(struct sockaddr_in) : in tcp_endpoint_len() 1896 sa_family_t af = net_pkt_family(pkt); in tcp_conn_new() local 1900 ret = net_context_get(af, SOCK_STREAM, IPPROTO_TCP, &context); in tcp_conn_new() 1933 net_sin_ptr(&context->local)->sin_family = af; in tcp_conn_new() 1986 ret = net_conn_register(IPPROTO_TCP, af, in tcp_conn_new()
|
/Zephyr-Core-3.5.0/drivers/counter/ |
D | maxim_ds3231.c | 666 int af = check_handled_alarms(ds3231); in alarm_worker() local 668 while (af > 0) { in alarm_worker() 672 if ((af & (MAXIM_DS3231_ALARM1 << id)) == 0) { in alarm_worker() 711 af = check_handled_alarms(ds3231); in alarm_worker() 716 if (af < 0) { in alarm_worker() 721 LOG_DBG("ALARM %02x at %u latency %u", af, data->isw_syncclock, in alarm_worker()
|
/Zephyr-Core-3.5.0/dts/arm/gigadevice/gd32f3x0/ |
D | gd32f3x0.dtsi | 121 compatible = "gd,gd32-pinctrl-af";
|
/Zephyr-Core-3.5.0/dts/arm/gigadevice/gd32l23x/ |
D | gd32l23x.dtsi | 121 compatible = "gd,gd32-pinctrl-af";
|
/Zephyr-Core-3.5.0/boards/arm/gd32f350r_eval/doc/ |
D | index.rst | 64 - :dtcompatible:`gd,gd32-pinctrl-af`
|
/Zephyr-Core-3.5.0/boards/arm/gd32l233r_eval/doc/ |
D | index.rst | 69 - :dtcompatible:`gd,gd32-pinctrl-af`
|
/Zephyr-Core-3.5.0/boards/arm/gd32a503v_eval/doc/ |
D | index.rst | 79 - :dtcompatible:`gd,gd32-pinctrl-af`
|
/Zephyr-Core-3.5.0/tests/net/socket/tcp/src/ |
D | main.c | 1976 static void test_ioctl_fionread_setup(int af, int fd[3]) in test_ioctl_fionread_setup() argument 1988 switch (af) { in test_ioctl_fionread_setup() 2018 static void test_ioctl_fionread_common(int af) in test_ioctl_fionread_common() argument 2030 test_ioctl_fionread_setup(af, fd); in test_ioctl_fionread_common()
|
/Zephyr-Core-3.5.0/dts/arm/gigadevice/gd32a50x/ |
D | gd32a50x.dtsi | 217 compatible = "gd,gd32-pinctrl-af";
|
/Zephyr-Core-3.5.0/boards/arm/stm32f769i_disco/doc/ |
D | index.rst | 37 - Power Over Ethernet based on IEEE 802.3af (Powered Device, 48 V to 5 V, 3 W)
|
/Zephyr-Core-3.5.0/drivers/modem/ |
D | hl7800.c | 5672 int af; in configure_TCP_socket() local 5680 af = MDM_HL7800_SOCKET_AF_IPV6; in configure_TCP_socket() 5683 af = MDM_HL7800_SOCKET_AF_IPV4; in configure_TCP_socket() 5692 hl7800_sprint_ip_addr(&sock->dst), dst_port, af, restore_on_boot); in configure_TCP_socket() 5708 int af; in configure_UDP_socket() local 5718 af = MDM_HL7800_SOCKET_AF_IPV4; in configure_UDP_socket() 5720 af = MDM_HL7800_SOCKET_AF_IPV6; in configure_UDP_socket() 5725 snprintk(cmd, sizeof(cmd), "AT+KUDPCFG=1,0,,,,,%d,%d", af, restore_on_boot); in configure_UDP_socket()
|
/Zephyr-Core-3.5.0/samples/bluetooth/ipsp/ |
D | README.rst | 69 [bt] [INF] show_dev_info: Identity: cb:af:14:57:d8:6e (random)
|
/Zephyr-Core-3.5.0/dts/arm/gigadevice/gd32f4xx/ |
D | gd32f4xx.dtsi | 294 compatible = "gd,gd32-pinctrl-af";
|
/Zephyr-Core-3.5.0/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 2874 …WwXkS9FZJWIWDtjGs3aLWu36mu34n4+JonIP/36jvLbqP/126FfxR0fEJGbReQD/719SkS+Hbf/af/9/Mr/rE9Ien9misgLfr3…
|