Home
last modified time | relevance | path

Searched refs:peer_port (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_general.c1017 static hi_u32 ip_start_tcp_client(hi_u8 link_id, const hi_char *peer_ipaddr, hi_u16 peer_port) in ip_start_tcp_client() argument
1051 srv_addr.sin_port = htons (peer_port); in ip_start_tcp_client()
1156 hi_u16 peer_port; in at_start_ip() local
1174 peer_port = (hi_u16)atoi(argv[3]); /* 3 Parameter verification */ in at_start_ip()
1175 if (ip_start_tcp_client(link_id, peer_ipaddr, peer_port) != HI_ERR_SUCCESS) { in at_start_ip()
1209 static hi_void ip_udp_send(hi_u8 link_id, in_addr_t peer_ipaddr, hi_u16 peer_port, const hi_char *send_msg) in ip_udp_send() argument
1217 cln_addr.sin_port = htons(peer_port); in ip_udp_send()

Completed in 2 milliseconds