Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 13 of 13) sorted by relevance

/components/drivers/serial/
A Dbypass.c56 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 Dsmtp.c153 #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 Dsmtp.h114 err_t smtp_set_auth(const char* username, const char* pass);
/components/net/lwip/lwip-2.0.3/
A DUPGRADING15 * 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 DCHANGELOG405 (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 DUPGRADING50 * 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 DCHANGELOG658 (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 DUPGRADING116 * Added SO_REUSE_RXTOALL to pass received UDP broadcast/multicast packets to
A DCHANGELOG344 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 Dppp.txt393 the pppos_input_tcpip() function to pass input data to the lwIP core thread
A Drawapi.txt395 netif and pass a pointer to this structure as the first argument.
/components/net/lwip/lwip-2.1.2/doc/
A Dppp.txt393 the pppos_input_tcpip() function to pass input data to the lwIP core thread
/components/net/lwip/lwip-1.4.1/doc/
A Drawapi.txt423 netif and pass a pointer to this structure as the first argument.

Completed in 46 milliseconds