Searched refs:pass (Results 1 – 13 of 13) sorted by relevance
| /components/drivers/serial/ |
| A D | bypass.c | 56 struct rt_serial_bypass_func* pass = RT_NULL; in rt_bypass_register() local 62 pass = rt_bypass_alloc_func(name, level, func, data); in rt_bypass_register() 70 rt_list_insert_before(&pass->node, node); in rt_bypass_register() 80 rt_list_insert_before(node, &pass->node); in rt_bypass_register() 89 rt_free(pass); in rt_bypass_register() 97 rt_list_insert_before(&bypass->head, &pass->node); in rt_bypass_register()
|
| /components/net/lwip/lwip-2.1.2/src/apps/smtp/ |
| A D | smtp.c | 153 #define SMTP_PASS(session) (session)->pass 267 char *pass; member 402 smtp_set_auth(const char* username, const char* pass) in smtp_set_auth() argument 418 if (pass != NULL) { in smtp_set_auth() 420 pass_len = strlen(pass); in smtp_set_auth() 435 if (pass != NULL) { in smtp_set_auth() 437 strcpy(smtp_pass, pass); in smtp_set_auth() 526 s->pass = s->auth_plain; in smtp_send_mail_alloced() 531 s->pass += smtp_pass - smtp_auth_plain; in smtp_send_mail_alloced()
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/apps/ |
| A D | smtp.h | 114 err_t smtp_set_auth(const char* username, const char* pass);
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | UPGRADING | 15 * slipif: The way to pass serial port number has changed. netif->num is not 101 * modification of api modules to support FreeRTOS-MPU (don't pass stack-pointers to other threads) 215 * Added SO_REUSE_RXTOALL to pass received UDP broadcast/multicast packets to
|
| A D | CHANGELOG | 405 (don't pass stack-pointers to other threads) 704 * ip.h, ip4.c, ip6.c: fixed bug #36403 "ip4_input() and ip6_input() always pass 1300 new option SO_REUSE_RXTOALL to pass received UDP broadcast/multicast 3861 single-pass lookup for different candidates. Should exploit locality.
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | UPGRADING | 50 * slipif: The way to pass serial port number has changed. netif->num is not 136 * modification of api modules to support FreeRTOS-MPU (don't pass stack-pointers to other threads) 250 * Added SO_REUSE_RXTOALL to pass received UDP broadcast/multicast packets to
|
| A D | CHANGELOG | 658 (don't pass stack-pointers to other threads) 957 * ip.h, ip4.c, ip6.c: fixed bug #36403 "ip4_input() and ip6_input() always pass 1553 new option SO_REUSE_RXTOALL to pass received UDP broadcast/multicast 4114 single-pass lookup for different candidates. Should exploit locality.
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | UPGRADING | 116 * Added SO_REUSE_RXTOALL to pass received UDP broadcast/multicast packets to
|
| A D | CHANGELOG | 344 new option SO_REUSE_RXTOALL to pass received UDP broadcast/multicast 2905 single-pass lookup for different candidates. Should exploit locality.
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | ppp.txt | 393 the pppos_input_tcpip() function to pass input data to the lwIP core thread
|
| A D | rawapi.txt | 395 netif and pass a pointer to this structure as the first argument.
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | ppp.txt | 393 the pppos_input_tcpip() function to pass input data to the lwIP core thread
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | rawapi.txt | 423 netif and pass a pointer to this structure as the first argument.
|
Completed in 22 milliseconds