Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Ddns.h95 ip_addr_t addr;
108 extern const ip_addr_t dns_mquery_v4group;
111 extern const ip_addr_t dns_mquery_v6group;
117 * @param ipaddr pointer to an ip_addr_t containing the IP address of the hostname,
124 typedef void (*dns_found_callback)(const char *name, const ip_addr_t *ipaddr, u32_t count, void *callback_arg);
130 * @param ipaddr pointer to ip_addr_t containing the IP address whose PTR record was looked up.
142 void dns_setserver(u8_t numdns, const ip_addr_t *dnsserver);
143 const ip_addr_t *dns_getserver(u8_t numdns);
145 err_t dns_gethostbyname(const char *hostname, ip_addr_t *addr, u32_t *count,
148 err_t dns_gethostbyname_addrtype(const char *hostname, ip_addr_t *add
[all...]
H A Dudp.h79 const ip_addr_t *addr, u16_t port);
131 err_t udp_bind (struct udp_pcb *pcb, const ip_addr_t *ipaddr,
133 err_t udp_connect (struct udp_pcb *pcb, const ip_addr_t *ipaddr,
139 const ip_addr_t *dst_ip, u16_t dst_port,
142 const ip_addr_t *dst_ip, u16_t dst_port,
143 struct netif *netif, const ip_addr_t *src_ip);
145 const ip_addr_t *dst_ip, u16_t dst_port);
150 const ip_addr_t *dst_ip, u16_t dst_port,
154 const ip_addr_t *dst_ip, u16_t dst_port,
159 const ip_addr_t *dst_i
[all...]
H A Dapi.h351 ip_addr_t remote_ip;
410 err_t netconn_getaddr(struct netconn *conn, ip_addr_t *addr,
414 void netconn_trygetaddr(struct netconn *conn, ip_addr_t *addr, u16_t *port);
423 err_t netconn_bind(struct netconn *conn, const ip_addr_t *addr, u16_t port, u8_t ifindex);
425 err_t netconn_bind(struct netconn *conn, const ip_addr_t *addr, u16_t port);
428 err_t netconn_connect(struct netconn *conn, const ip_addr_t *addr, u16_t port);
437 const ip_addr_t *addr, u16_t port);
449 err_t netconn_leave_group(struct netconn *conn, const ip_addr_t *multiaddr,
450 const ip_addr_t *netif_addr, enum netconn_igmp join_or_leave);
452 err_t netconn_leave_group_netif(struct netconn *conn, const ip_addr_t *multiadd
[all...]
H A Dnetif.h215 s8_t netif_find_dst_ip6addr_mac_addr(ip_addr_t *ipaddr, ip_addr_t **dst_addr, struct eth_addr **eth_ret);
429 ip_addr_t ip_addr; /**< Indicates the IP address configuration in network byte order. */
430 ip_addr_t netmask; /**< Indicates the netmask for the IP. */
431 ip_addr_t gw; /**< Indicates the gateway. */
436 ip_addr_t ip6_addr[LWIP_IPV6_NUM_ADDRESSES];
648 s8_t netif_find_dst_ipaddr(ip_addr_t *ipaddr, ip_addr_t **dst_addr);
697 struct netif *netif_find_by_ipaddr(const ip_addr_t *ipaddr);
699 u8_t netif_ipaddr_isbrdcast(const ip_addr_t *ipadd
[all...]
H A Draw.h96 const ip_addr_t *addr);
160 err_t raw_bind (struct raw_pcb *pcb, const ip_addr_t *ipaddr);
161 err_t raw_connect (struct raw_pcb *pcb, const ip_addr_t *ipaddr);
164 err_t raw_sendto (struct raw_pcb *pcb, struct pbuf *p, const ip_addr_t *ipaddr);
165 err_t raw_sendto_if_src(struct raw_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, struct netif *netif, const ip_addr_t *src_ip);
H A Dinet_chksum.h128 const ip_addr_t *src, const ip_addr_t *dest);
130 u16_t chksum_len, const ip_addr_t *src, const ip_addr_t *dest);
H A Dip_addr.h51 * IP address types for use in ip_addr_t.type member.
76 } ip_addr_t; typedef
78 extern const ip_addr_t ip_addr_any_type;
208 int ip_addr_cmp(const ip_addr_t *addr1, const ip_addr_t *addr2);
209 int ip_addr_isany(const ip_addr_t *ipaddr);
243 int ip_addr_isloopback(const ip_addr_t* ipaddr);
265 char *ipaddr_ntoa(const ip_addr_t *addr);
267 char *ipaddr_ntoa_r(const ip_addr_t *addr, char *buf, int buflen);
268 int ipaddr_aton(const char *cp, ip_addr_t *add
297 typedef ip4_addr_t ip_addr_t; global() typedef
359 typedef ip6_addr_t ip_addr_t; global() typedef
[all...]
H A Dsntp.h57 void sntp_setserver(u8_t idx, const ip_addr_t *addr);
58 const ip_addr_t *sntp_getserver(u8_t idx);
H A Dtcpip.h199 ip_addr_t src_ip; /**< Specifies the source IP address. */
200 ip_addr_t dst_ip; /**< Specifies the destination IP address of a TCP/UDP connection.
H A Ddhcp6.h82 ip_addr_t unicast_addr;
138 extern void dhcp6_set_ntp_servers(u8_t num_ntp_servers, const ip_addr_t *ntp_server_addrs);
H A Dnetbuf.h69 ip_addr_t addr;
87 ip_addr_t toaddr;
H A Dip.h82 ip_addr_t local_ip; \
83 ip_addr_t remote_ip; \
140 ip_addr_t current_iphdr_src;
142 ip_addr_t current_iphdr_dest;
423 struct netif *ip_route_pcb(const ip_addr_t *dest, const struct ip_pcb *pcb);
H A Ddhcps.h67 err_t dhcps_find_client_lease(struct netif *netif, u8_t *mac, u8_t maclen, ip_addr_t *ip);
H A Dnetifapi.h134 ip_addr_t *ip;
476 netifapi_netif_add_ip6_address(struct netif *netif, ip_addr_t *ipaddr);
493 netifapi_netif_rmv_ip6_address(struct netif *netif, ip_addr_t *ipaddr);
1155 err_t netifapi_dhcps_get_client_ip(struct netif *netif, u8_t *mac, u8_t maclen, ip_addr_t *ip);
H A Dip6.h112 const ip_addr_t *ip6_select_source_address(struct netif *netif, const ip6_addr_t *dest);
H A Dtcp.h771 err_t tcp_bind (struct tcp_pcb *pcb, const ip_addr_t *ipaddr,
773 err_t tcp_connect (struct tcp_pcb *pcb, const ip_addr_t *ipaddr,
H A Ddhcp.h212 ip_addr_t server_ip_addr; /* dhcp server address that offered this lease (ip_addr_t because passed to UDP) */
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/
H A Dapi_msg.h128 API_MSG_M_DEF_C(ip_addr_t, ipaddr);
136 ip_addr_t API_MSG_M_DEF(ipaddr);
167 API_MSG_M_DEF_C(ip_addr_t, multiaddr);
168 API_MSG_M_DEF_C(ip_addr_t, netif_addr);
204 ip_addr_t API_MSG_M_DEF(addr);
221 ip_addr_t API_MSG_M_DEF(addr);
284 const ip_addr_t *addr, u16_t port);
H A Draw_priv.h53 void raw_netif_ip_addr_changed(const ip_addr_t* old_addr, const ip_addr_t* new_addr);
H A Dtcp_priv.h576 const ip_addr_t *local_ip, const ip_addr_t *remote_ip,
586 u16_t tcp_eff_send_mss_impl(u16_t sendmss, const ip_addr_t *dest
588 , const ip_addr_t *src
620 void tcp_netif_ip_addr_changed(const ip_addr_t *old_addr, const ip_addr_t *new_addr);
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_net_api.h347 * Package structure ip_addr_t to in_addr.CNcomment:封装结构体in_addr_t到in_addrCNend
401 typedef ip4_addr_t ip_addr_t; typedef
447 typedef void (*dns_found_callback)(const char *name, ip_addr_t *ipaddr, void *callback_arg);
448 err_t dns_gethostbyname(const char *hostname, ip_addr_t *addr,
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Daddress.h32 ip_addr_t addr;

Completed in 15 milliseconds