Home
last modified time | relevance | path

Searched refs:ip4_addr_t (Results 1 - 25 of 29) sorted by relevance

12

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dip4.h69 struct netif *ip4_route(const ip4_addr_t *dest, rt_scope_t scope);
71 struct netif *ip4_route_src(const ip4_addr_t *src, const ip4_addr_t *dest, rt_scope_t scope);
76 struct netif *ip4_route(const ip4_addr_t *dest);
78 struct netif *ip4_route_src(const ip4_addr_t *src, const ip4_addr_t *dest);
87 err_t ip4_output(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest,
90 err_t ip4_output_if(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *des
[all...]
H A Detharp.h118 ip4_addr_t ipaddr;
127 s8_t etharp_find_addr(struct netif *netif, const ip4_addr_t *ipaddr,
128 struct eth_addr **eth_ret, const ip4_addr_t **ip_ret);
129 err_t etharp_ip_to_mac(const ip4_addr_t *ipaddr, u8_t *mac, u8_t *maclen);
131 u8_t etharp_get_entry(u8_t i, ip4_addr_t **ipaddr, struct netif **netif, struct eth_addr **eth_ret);
133 err_t etharp_output(struct netif *netif, struct pbuf *q, const ip4_addr_t *ipaddr);
134 err_t etharp_query(struct netif *netif, const ip4_addr_t *ipaddr, struct pbuf *q);
135 err_t etharp_request(struct netif *netif, const ip4_addr_t *ipaddr);
136 err_t etharp_announce(struct netif *netif, const ip4_addr_t *ipaddr);
151 err_t etharp_add_static_entry(const ip4_addr_t *ipadd
[all...]
H A Digmp.h78 ip4_addr_t group_address;
146 struct igmp_group *igmp_lookfor_group(struct netif *ifp, const ip4_addr_t *addr);
156 void igmp_input(struct pbuf *p, struct netif *inp, const ip4_addr_t *dest);
168 err_t igmp_joingroup(const ip4_addr_t *ifaddr, const ip4_addr_t *groupaddr);
180 err_t igmp_joingroup_netif(struct netif *netif, const ip4_addr_t *groupaddr);
192 err_t igmp_leavegroup(const ip4_addr_t *ifaddr, const ip4_addr_t *groupaddr);
204 err_t igmp_leavegroup_netif(struct netif *netif, const ip4_addr_t *groupaddr);
H A Ddhcp.h214 ip4_addr_t offered_sn_mask;
215 ip4_addr_t offered_gw_addr;
216 ip4_addr_t relay_ip;
242 ip4_addr_t offered_si_addr;
258 ip4_addr_t cli_addr;
267 ip4_addr_t start_addr;
268 ip4_addr_t end_addr;
290 void dhcp_arp_reply(struct netif *netif, const ip4_addr_t *addr);
309 extern void dhcp_set_ntp_servers(u8_t num_ntp_servers, const ip4_addr_t *ntp_server_addrs);
317 ip4_addr_t ipadd
[all...]
H A Dnetifapi.h91 NETIFAPI_IPADDR_DEF(ip4_addr_t, ipaddr);
92 NETIFAPI_IPADDR_DEF(ip4_addr_t, netmask);
93 NETIFAPI_IPADDR_DEF(ip4_addr_t, gw);
107 ip4_addr_t *ipaddr;
108 ip4_addr_t *netmask;
109 ip4_addr_t *gw;
228 ip4_addr_t *ip;
253 err_t netifapi_arp_add(const ip4_addr_t *ipaddr, struct eth_addr *ethaddr, enum netifapi_arp_entry type);
255 err_t netifapi_arp_remove(const ip4_addr_t *ipaddr, enum netifapi_arp_entry type);
304 , const ip4_addr_t *ipadd
[all...]
H A Dnat64_addr.h10 int nat64_stateless_addr_4to6(const ip4_addr_t *ip4addr, ip6_addr_t *ip6addr);
12 int nat64_stateless_addr_6to4(const ip6_addr_t *ip6addr, ip4_addr_t *ip4addr);
13 int nat64_addr_6to4(const ip6_addr_t *ip6addr, ip4_addr_t *ip4addr);
H A Dnetif.h245 const ip4_addr_t *ipaddr);
312 const ip4_addr_t *group, enum netif_mac_filter_action action);
671 struct netif *netif_add(struct netif *netif, const ip4_addr_t *ipaddr,
672 const ip4_addr_t *netmask, const ip4_addr_t *gw);
678 err_t netif_set_addr(struct netif *netif, const ip4_addr_t *ipaddr, const ip4_addr_t *netmask,
679 const ip4_addr_t *gw);
683 netif_get_addr(struct netif *netif, ip4_addr_t *ipaddr, ip4_addr_t *netmas
[all...]
H A Dinet_chksum.h114 const ip4_addr_t *src, const ip4_addr_t *dest);
116 u16_t proto_len, u16_t chksum_len, const ip4_addr_t *src, const ip4_addr_t *dest);
H A Dautoip.h62 ip4_addr_t llipaddr;
86 u8_t autoip_accept_packet(struct netif *netif, const ip4_addr_t *addr);
H A Dinet.h209 #define inet_aton(cp, addr) ip4addr_aton(cp, (ip4_addr_t*)addr)
236 #define inet_ntoa(addr) ip4addr_ntoa((const ip4_addr_t*)&(addr))
261 #define inet_ntoa_r(addr, buf, buflen) ip4addr_ntoa_r((const ip4_addr_t*)&(addr), buf, buflen)
H A Dip4_addr.h51 * @cond liteos This is the aligned version of ip4_addr_t,
58 /** ip4_addr_t uses a struct for convenience only, so that the same defines can
59 * operate both on ip4_addr_t as well as on ip4_addr_p_t. */
60 typedef struct ip4_addr ip4_addr_t; typedef
192 /* Get one byte from the 4-byte address, but argument is 'ip4_addr_t',
217 int ip4addr_aton(const char *cp, ip4_addr_t *addr);
219 char *ip4addr_ntoa(const ip4_addr_t *addr);
220 char *ip4addr_ntoa_r(const ip4_addr_t *addr, char *buf, int buflen);
H A Dnat64.h47 ip4_addr_t ip;
172 err_t nat64_ip4_dest_addr_exist(const ip4_addr_t *ip4addr);
H A Dsnmp.h151 void mib2_add_arp_entry(struct netif *ni, ip4_addr_t *ip);
152 void mib2_remove_arp_entry(struct netif *ni, ip4_addr_t *ip);
H A Dnat64_v4_dhcpc.h18 void nat64_dhcp_ip4_event(const u8_t *mac, u8_t maclen, const ip4_addr_t *ipaddr, int event);
H A Dip4_frag.h92 err_t ip4_frag(struct pbuf *p, struct netif *netif, const ip4_addr_t *dest);
H A Dip_addr.h72 ip4_addr_t ip4;
107 #define IP_ADDR_RAW_SIZE(ipaddr) (IP_GET_TYPE(&ipaddr) == IPADDR_TYPE_V4 ? sizeof(ip4_addr_t) : sizeof(ip6_addr_t))
297 typedef ip4_addr_t ip_addr_t;
308 #define IP_ADDR_RAW_SIZE(ipaddr) sizeof(ip4_addr_t)
445 * This macro can be used as a fixed/const ip4_addr_t
H A Dudp.h97 ip4_addr_t mcast_ip4;
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
H A Dwifi_softap.c29 ip4_addr_t st_gw; in hi_softap_reset_addr()
30 ip4_addr_t st_ipaddr; in hi_softap_reset_addr()
31 ip4_addr_t st_netmask; in hi_softap_reset_addr()
54 ip4_addr_t st_gw; in hi_wifi_start_softap()
55 ip4_addr_t st_ipaddr; in hi_wifi_start_softap()
56 ip4_addr_t st_netmask; in hi_wifi_start_softap()
H A Dwifi_sta.c30 ip4_addr_t st_gw; in hi_sta_reset_addr()
31 ip4_addr_t st_ipaddr; in hi_sta_reset_addr()
32 ip4_addr_t st_netmask; in hi_sta_reset_addr()
H A Dnetcfg_sample.c148 ip4_addr_t staGW; in StaResetAddr()
149 ip4_addr_t staIpaddr; in StaResetAddr()
150 ip4_addr_t staNetmask; in StaResetAddr()
H A Dnetwork_config_sample.c157 ip4_addr_t staGW; in StaResetAddr()
158 ip4_addr_t staIpaddr; in StaResetAddr()
159 ip4_addr_t staNetmask; in StaResetAddr()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_net_api.h400 typedef struct ip4_addr ip4_addr_t; typedef
401 typedef ip4_addr_t ip_addr_t;
412 * @param cp [IN] Type #ip4_addr_t *, Network byte order IP address.CNcomment:点分十进制格式的IP地址CNend
422 int ip4addr_aton(const char *cp, ip4_addr_t *addr);
423 #define inet_aton(cp, addr) ip4addr_aton(cp, (ip4_addr_t*)addr)
434 * @param addr [IN] Type #ip4_addr_t *, addr ip address in network order to convert.CNcomment:网络字节序ip地址CNend
443 char *ip4addr_ntoa(const ip4_addr_t *addr);
444 #define inet_ntoa(addr) ip4addr_ntoa((ip4_addr_t*)&(addr))
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiservice/source/
H A Dwifi_hotspot.c68 ip4_addr_t ipAddr; in SetHotspotIpConfig()
69 ip4_addr_t netMask; in SetHotspotIpConfig()
70 ip4_addr_t gw; in SetHotspotIpConfig()
229 ip4_addr_t clientIP; in GetPeerSTAWifiIp()
H A Dwifi_device.c156 ip4_addr_t st_gw; in StaSetLocaladdr()
157 ip4_addr_t st_ipaddr; in StaSetLocaladdr()
158 ip4_addr_t st_netmask; in StaSetLocaladdr()
174 ip4_addr_t tmp_dns_ser[WIFI_MAX_DNS_NUM]; in StaSetDNSServer()
859 ip4_addr_t ipAddr; in GetLocalWifiIp()
860 ip4_addr_t netMask; in GetLocalWifiIp()
861 ip4_addr_t gateWay; in GetLocalWifiIp()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/netif/
H A Dlowpan6.h90 err_t lowpan4_output(struct netif *netif, struct pbuf *q, const ip4_addr_t *ipaddr);

Completed in 14 milliseconds

12