| /external/lib/lwip/netif/ppp/ |
| A D | auth.c | 254 { "user", o_string, user, 313 l = strlen(user); 314 if (l > 0 && user[l-1] == '\n') 315 user[l-1] = 0; 796 if (ppp_settings.user[0] == 0) { 876 char passwd[256], user[256]; in check_passwd() 885 BCOPY(auser, user, userlen); in check_passwd() 886 user[userlen] = '\0'; in check_passwd() 960 LWIP_UNUSED_ARG(user); 1030 if(user) { in get_pap_passwd() [all …]
|
| A D | pap.c | 160 upap_authwithpeer(int unit, char *user, char *password) in upap_authwithpeer() argument 165 unit, user, password, u->us_clientstate)); in upap_authwithpeer() 168 u->us_user = user; in upap_authwithpeer() 169 u->us_userlen = (int)strlen(user); in upap_authwithpeer()
|
| A D | ppp.h | 130 void pppSetAuth(enum pppAuthType authType, const char *user, const char *passwd);
|
| A D | ppp.c | 461 pppSetAuth(enum pppAuthType authType, const char *user, const char *passwd) in pppSetAuth() argument 510 if(user) { in pppSetAuth() 511 strncpy(ppp_settings.user, user, sizeof(ppp_settings.user)-1); in pppSetAuth() 512 ppp_settings.user[sizeof(ppp_settings.user)-1] = '\0'; in pppSetAuth() 514 ppp_settings.user[0] = '\0'; in pppSetAuth()
|
| A D | ppp_impl.h | 296 char user [MAXNAMELEN + 1]; /* Username for PAP */ member
|
| /external/platform/pico/boards/ |
| A D | generic_board.cmake | 3 …, Directories to look for <PICO_BOARD>.h in. This is overridable from the user environment, type=l…
|
| /external/platform/nrfx/ |
| A D | README.md | 9 For the user's convenience, the drivers come with the MDK package. This package
|
| /external/platform/nrfx/mdk/ |
| A D | iar_startup_nrf51.s | 20 ; by any user-defined modules that define the PUBLIC symbol _program_start or 21 ; a user defined start symbol.
|
| A D | iar_startup_nrf52805.s | 20 ; by any user-defined modules that define the PUBLIC symbol _program_start or 21 ; a user defined start symbol.
|
| A D | iar_startup_nrf5340_network.s | 20 ; by any user-defined modules that define the PUBLIC symbol _program_start or 21 ; a user defined start symbol.
|
| A D | iar_startup_nrf52811.s | 20 ; by any user-defined modules that define the PUBLIC symbol _program_start or 21 ; a user defined start symbol.
|
| A D | iar_startup_nrf52820.s | 20 ; by any user-defined modules that define the PUBLIC symbol _program_start or 21 ; a user defined start symbol.
|
| A D | iar_startup_nrf52.s | 20 ; by any user-defined modules that define the PUBLIC symbol _program_start or 21 ; a user defined start symbol.
|
| A D | iar_startup_nrf52810.s | 20 ; by any user-defined modules that define the PUBLIC symbol _program_start or 21 ; a user defined start symbol.
|
| A D | iar_startup_nrf52833.s | 20 ; by any user-defined modules that define the PUBLIC symbol _program_start or 21 ; a user defined start symbol.
|
| A D | iar_startup_nrf52840.s | 20 ; by any user-defined modules that define the PUBLIC symbol _program_start or 21 ; a user defined start symbol.
|
| A D | nrf51_common.ld | 169 ASSERT(TotalFlashUsed <= LENGTH(FLASH), "region FLASH overflowed with .data and user data")
|
| A D | nrf_common.ld | 167 ASSERT(TotalFlashUsed <= LENGTH(FLASH), "region FLASH overflowed with .data and user data")
|
| A D | nrf52_common.ld | 169 ASSERT(TotalFlashUsed <= LENGTH(FLASH), "region FLASH overflowed with .data and user data")
|
| A D | iar_startup_nrf5340_application.s | 20 ; by any user-defined modules that define the PUBLIC symbol _program_start or 21 ; a user defined start symbol.
|
| A D | iar_startup_nrf9160.s | 20 ; by any user-defined modules that define the PUBLIC symbol _program_start or 21 ; a user defined start symbol.
|
| /external/platform/pico/rp2_common/pico_stdio_usb/ |
| A D | stdio_usb.c | 245 #warning stdio USB was configured along with user use of TinyUSB device mode, but CDC is not enabled
|
| /external/platform/lpc15xx/lpcopen/periph_grouped_int/example/ |
| A D | readme.dox | 39 * pressed by the user. The interrupt toggles the state of an LED.
|
| /external/platform/lpc15xx/lpcopen/periph_pmu/example/ |
| A D | readme.dox | 38 * The wakeup timer is configurable, allowing the user to select the time delay
|
| /external/platform/lpc15xx/lpcopen/periph_pmu_rom/example/ |
| A D | readme.dox | 38 * The wakeup timer is configurable, allowing the user to select the time delay
|