Searched defs:af (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/tests/net/tcp/src/ |
D | main.c | 238 static struct net_pkt *tester_prepare_tcp_pkt(sa_family_t af, in tester_prepare_tcp_pkt() 341 static struct net_pkt *prepare_syn_packet(sa_family_t af, uint16_t src_port, in prepare_syn_packet() 347 static struct net_pkt *prepare_syn_ack_packet(sa_family_t af, uint16_t src_port, in prepare_syn_ack_packet() 354 static struct net_pkt *prepare_rst_ack_packet(sa_family_t af, uint16_t src_port, in prepare_rst_ack_packet() 361 static struct net_pkt *prepare_ack_packet(sa_family_t af, uint16_t src_port, in prepare_ack_packet() 367 static struct net_pkt *prepare_data_packet(sa_family_t af, uint16_t src_port, in prepare_data_packet() 376 static struct net_pkt *prepare_fin_ack_packet(sa_family_t af, uint16_t src_port, in prepare_fin_ack_packet() 383 static struct net_pkt *prepare_fin_packet(sa_family_t af, uint16_t src_port, in prepare_fin_packet() 389 static struct net_pkt *prepare_rst_packet(sa_family_t af, uint16_t src_port, in prepare_rst_packet() 531 static void handle_client_test(sa_family_t af, struct tcphdr *th) in handle_client_test() [all …]
|
/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_gd32_af.c | 80 uint32_t port, pin_num, af, mode; in pinctrl_configure_pin() local
|
/Zephyr-latest/subsys/net/ip/ |
D | tp.c | 407 static struct net_pkt *tp_output_pkt_alloc(sa_family_t af, in tp_output_pkt_alloc() 429 void _tp_output(sa_family_t af, struct net_if *iface, void *data, in _tp_output() 580 void tp_out(sa_family_t af, struct net_if *iface, const char *msg, in tp_out()
|
D | utils.c | 30 char *net_sprint_addr(sa_family_t af, const void *addr) in net_sprint_addr()
|
D | tcp.c | 175 static size_t tcp_endpoint_len(sa_family_t af) in tcp_endpoint_len() 2396 sa_family_t af = net_pkt_family(pkt); in tcp_conn_new() local
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap_server.c | 406 uint8_t af; in coap_service_start() local
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_server_core.c | 81 int fd, af, i; in http_server_init() local
|
/Zephyr-latest/drivers/sensor/vishay/veml6031/ |
D | veml6031.c | 130 uint8_t af; /* Active force mode */ member
|
/Zephyr-latest/tests/net/socket/tcp/src/ |
D | main.c | 2119 static void test_ioctl_fionread_setup(int af, int fd[3]) in test_ioctl_fionread_setup() 2161 static void test_ioctl_fionread_common(int af) in test_ioctl_fionread_common()
|
/Zephyr-latest/drivers/counter/ |
D | maxim_ds3231.c | 672 int af = check_handled_alarms(ds3231); in alarm_worker() local
|
/Zephyr-latest/drivers/modem/ |
D | hl7800.c | 5854 int af; in configure_TCP_socket() local 5890 int af; in configure_UDP_socket() local
|