| /components/net/lwip/lwip-2.0.3/src/api/ |
| A D | netdb.c | 270 const struct addrinfo *hints, struct addrinfo **res) in lwip_getaddrinfo() argument 289 if (hints != NULL) { in lwip_getaddrinfo() 290 ai_family = hints->ai_family; in lwip_getaddrinfo() 316 if ((hints != NULL) && (hints->ai_flags & AI_NUMERICHOST)) { in lwip_getaddrinfo() 344 if ((hints != NULL) && (hints->ai_flags & AI_PASSIVE)) { in lwip_getaddrinfo() 394 if (hints != NULL) { in lwip_getaddrinfo() 396 ai->ai_socktype = hints->ai_socktype; in lwip_getaddrinfo() 397 ai->ai_protocol = hints->ai_protocol; in lwip_getaddrinfo()
|
| /components/net/lwip/lwip-2.1.2/src/api/ |
| A D | netdb.c | 270 const struct addrinfo *hints, struct addrinfo **res) in lwip_getaddrinfo() argument 289 if (hints != NULL) { in lwip_getaddrinfo() 290 ai_family = hints->ai_family; in lwip_getaddrinfo() 316 if ((hints != NULL) && (hints->ai_flags & AI_NUMERICHOST)) { in lwip_getaddrinfo() 344 if ((hints != NULL) && (hints->ai_flags & AI_PASSIVE)) { in lwip_getaddrinfo() 395 if (hints != NULL) { in lwip_getaddrinfo() 397 ai->ai_socktype = hints->ai_socktype; in lwip_getaddrinfo() 398 ai->ai_protocol = hints->ai_protocol; in lwip_getaddrinfo()
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | netdb.h | 106 const struct addrinfo *hints, 114 #define getaddrinfo(nodname, servname, hints, res) \ argument 115 lwip_getaddrinfo(nodname, servname, hints, res)
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | netdb.h | 128 const struct addrinfo *hints, 140 #define getaddrinfo(nodname, servname, hints, res) \ argument 141 lwip_getaddrinfo(nodname, servname, hints, res)
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | netdb.h | 128 const struct addrinfo *hints, 140 #define getaddrinfo(nodname, servname, hints, res) \ argument 141 lwip_getaddrinfo(nodname, servname, hints, res)
|
| A D | netif.h | 382 struct netif_hint *hints; member 546 #define NETIF_SET_HINTS(netif, netifhint) (netif)->hints = (netifhint) 547 #define NETIF_RESET_HINTS(netif) (netif)->hints = NULL
|
| /components/net/sal/socket/ |
| A D | net_netdb.c | 38 const struct addrinfo *hints, in getaddrinfo() argument 41 return sal_getaddrinfo(nodename, servname, hints, res); in getaddrinfo()
|
| /components/net/lwip/lwip-1.4.1/src/api/ |
| A D | netdb.c | 268 const struct addrinfo *hints, struct addrinfo **res) in lwip_getaddrinfo() argument 329 if (hints != NULL) { in lwip_getaddrinfo() 331 ai->ai_socktype = hints->ai_socktype; in lwip_getaddrinfo() 332 ai->ai_protocol = hints->ai_protocol; in lwip_getaddrinfo()
|
| /components/net/at/at_socket/ |
| A D | at_socket.h | 172 int at_getaddrinfo(const char *nodename, const char *servname, const struct addrinfo *hints, struct… 194 #define getaddrinfo(nodename, servname, hints, res) at_getaddrinfo(nodename, servname, hint… argument
|
| A D | at_socket.c | 1578 const struct addrinfo *hints, struct addrinfo **res) in at_getaddrinfo() argument 1599 if (hints != RT_NULL) in at_getaddrinfo() 1601 ai_family = hints->ai_family; in at_getaddrinfo() 1602 … if (hints->ai_family != AF_AT && hints->ai_family != AF_INET && hints->ai_family != AF_UNSPEC) in at_getaddrinfo() 1625 if ((hints != RT_NULL) && (hints->ai_flags & AI_NUMERICHOST)) in at_getaddrinfo() 1702 if (hints != RT_NULL) in at_getaddrinfo() 1705 ai->ai_socktype = hints->ai_socktype; in at_getaddrinfo() 1706 ai->ai_protocol = hints->ai_protocol; in at_getaddrinfo()
|
| /components/net/sal/include/socket/ |
| A D | netdb.h | 29 const struct addrinfo *hints,
|
| /components/net/sal/include/ |
| A D | sal_netdb.h | 79 const struct addrinfo *hints,
|
| A D | sal_low_lvl.h | 98 …o) (const char *nodename, const char *servname, const struct addrinfo *hints, struct addrinfo *…
|
| /components/net/lwip/lwip-2.1.2/src/core/ipv4/ |
| A D | etharp.c | 120 #define ETHARP_SET_ADDRHINT(netif, addrhint) do { if (((netif) != NULL) && ((netif)->hints != NULL… 121 (netif)->hints->addr_hint = (addrhint); }} while(0) 856 if (netif->hints != NULL) { 858 netif_addr_idx_t etharp_cached_entry = netif->hints->addr_hint;
|
| /components/lwp/ |
| A D | lwp_syscall.c | 7053 const struct musl_addrinfo *hints, in sys_getaddrinfo() argument 7135 if (hints) in sys_getaddrinfo() 7138 if (!lwp_user_accessable((void *)hints, sizeof(*hints))) in sys_getaddrinfo() 7152 k_hints->ai_flags = hints->ai_flags; in sys_getaddrinfo() 7153 k_hints->ai_family = hints->ai_family; in sys_getaddrinfo() 7154 k_hints->ai_socktype = hints->ai_socktype; in sys_getaddrinfo() 7155 k_hints->ai_protocol = hints->ai_protocol; in sys_getaddrinfo() 7156 k_hints->ai_addrlen = hints->ai_addrlen; in sys_getaddrinfo() 7171 if (hints != NULL) in sys_getaddrinfo() 7174 res->ai_socktype = hints->ai_socktype; in sys_getaddrinfo() [all …]
|
| /components/net/lwip/lwip-2.1.2/src/core/ipv6/ |
| A D | nd6.c | 1953 if (netif->hints != NULL) { in nd6_get_next_hop_entry() 1955 netif_addr_idx_t addr_hint = netif->hints->addr_hint; in nd6_get_next_hop_entry() 2016 if (netif->hints != NULL) { in nd6_get_next_hop_entry() 2018 netif->hints->addr_hint = nd6_cached_destination_index; in nd6_get_next_hop_entry()
|
| /components/net/sal/src/ |
| A D | sal_socket.c | 1557 const struct addrinfo *hints, in sal_getaddrinfo() argument 1567 ret = pf->netdb_ops->getaddrinfo(nodename, servname, hints, res); in sal_getaddrinfo() 1575 ret = pf->netdb_ops->getaddrinfo(nodename, servname, hints, res); in sal_getaddrinfo()
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | rawapi.txt | 460 --- Optimalization hints 492 For more optimization hints take a look at the lwIP wiki.
|
| A D | sys_arch.txt | 228 Compiler hints for packing lwip's structures -
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | rawapi.txt | 446 --- Optimalization hints 480 For more optimization hints take a look at the lwIP wiki.
|
| A D | sys_arch.txt | 264 Compiler hints for packing lwip's structures -
|