Home
last modified time | relevance | path

Searched refs:name (Results 51 – 61 of 61) sorted by relevance

123

/lib/liblwip/src/arch/
Dsys_arch.c128 sys_thread_new(const char *name, lwip_thread_fn function, void *arg, int stacksize, int prio) in sys_thread_new() argument
133 LWIP_UNUSED_ARG(name); in sys_thread_new()
/lib/liblwip/src/netif/ppp/
Dppp_impl.h263 char *name; /* Text name of protocol */ member
Dauth.c588 auth_peer_success(int unit, u16_t protocol, char *name, int namelen) in auth_peer_success() argument
611 BCOPY(name, peer_authname, namelen); in auth_peer_success()
Dppp.c1325 netif->name[0] = 'p'; in pppifNetifInit()
1326 netif->name[1] = 'p'; in pppifNetifInit()
1692 PPPDEBUG(LOG_INFO, ("pppInput[%d]: %s len=%d\n", pd, protp->name, nb->len)); in pppInput()
/lib/liblwip/src/include/lwip/
Dapi.h250 err_t netconn_gethostbyname(const char *name, ip_addr_t *addr);
/lib/liblwip/src/api/
Dapi_msg.c1526 do_dns_found(const char *name, ip_addr_t *ipaddr, void *arg) argument
1530 LWIP_ASSERT("DNS response for wrong host name", strcmp(msg->name, name) == 0);
1531 LWIP_UNUSED_ARG(name);
1556 *msg->err = dns_gethostbyname(msg->name, msg->addr, do_dns_found, msg);
/lib/liblwip/test/unit/tcp/
Dtest_tcp_oos.c891 #define FIN_TEST(name, num) \ argument
892 START_TEST(name) \
/lib/liblwip/doc/
Dsavannah.txt102 tag name "STABLE-0_6_3". (I use release number 0.6.3 throughout this example).
/lib/liblwip/
DUPGRADING111 * Added const char* name to mem- and memp-stats for easier debugging.
DCHANGELOG423 * stats.c/.h: Added const char* name to mem- and memp-stats for easier
1109 * netdb.c, dns.c: bug #26657: DNS, if host name is "localhost", result
1613 * api_msg.c, dns.h, dns.c: Implement DNS_DOES_NAME_CHECK option (check if name
1614 received match the name query), implement DNS_USES_STATIC_BUF (the place where
1630 * opt.h, init.c, tcpip.c, dhcp.c, dns.h, dns.c: add DNS client for simple name
1735 parameters have to be provided: a task name, and a task stack size. For this
1802 name is tcpip_input (we keep the name of 1.2.0 function).
3077 * The name of the time variable in arp.c has been changed to ctime
3191 avoid name conflicts in certain compilers.
/lib/liblwip/src/core/snmp/
Dmib2.c2478 ocstrncpy((u8_t*)value, (u8_t*)netif->name, len); in ifentry_get_value()

123