Home
last modified time | relevance | path

Searched refs:hints (Results 1 – 21 of 21) sorted by relevance

/components/net/lwip/lwip-2.0.3/src/api/
A Dnetdb.c270 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 Dnetdb.c270 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 Dnetdb.h106 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 Dnetdb.h128 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 Dnetdb.h128 const struct addrinfo *hints,
140 #define getaddrinfo(nodname, servname, hints, res) \ argument
141 lwip_getaddrinfo(nodname, servname, hints, res)
A Dnetif.h382 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 Dnet_netdb.c38 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 Dnetdb.c268 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 Dat_socket.h172 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 Dat_socket.c1578 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 Dnetdb.h29 const struct addrinfo *hints,
/components/net/sal/include/
A Dsal_netdb.h79 const struct addrinfo *hints,
A Dsal_low_lvl.h98 …o) (const char *nodename, const char *servname, const struct addrinfo *hints, struct addrinfo *…
/components/net/lwip/lwip-2.1.2/src/core/ipv4/
A Detharp.c120 #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 Dlwp_syscall.c7053 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 Dnd6.c1953 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 Dsal_socket.c1557 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 Drawapi.txt460 --- Optimalization hints
492 For more optimization hints take a look at the lwIP wiki.
A Dsys_arch.txt228 Compiler hints for packing lwip's structures -
/components/net/lwip/lwip-2.0.3/doc/
A Drawapi.txt446 --- Optimalization hints
480 For more optimization hints take a look at the lwIP wiki.
A Dsys_arch.txt264 Compiler hints for packing lwip's structures -

Completed in 41 milliseconds