Searched refs:user (Results 1 – 12 of 12) sorted by relevance
| /lib/liblwip/src/netif/ppp/ |
| D | auth.c | 145 int (*pap_auth_hook) __P((char *user, char *passwd, char **msgp, 153 int (*pap_passwd_hook) __P((char *user, char *passwd)) = NULL; 254 { "user", o_string, user, 305 if (fgets(user, MAXNAMELEN - 1, ufile) == NULL 313 l = strlen(user); 314 if (l > 0 && user[l-1] == '\n') 315 user[l-1] = 0; 495 ChapAuthWithPeer(unit, ppp_settings.user, ho->chap_mdtype); in link_established() 506 if (!get_pap_passwd(unit, ppp_settings.user, ppp_settings.passwd)) { in link_established() 510 upap_authwithpeer(unit, ppp_settings.user, ppp_settings.passwd); in link_established() [all …]
|
| 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()
|
| D | ppp.h | 130 void pppSetAuth(enum pppAuthType authType, const char *user, const char *passwd);
|
| 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()
|
| D | ppp_impl.h | 296 char user [MAXNAMELEN + 1]; /* Username for PAP */ member
|
| /sys/fs/o2fs/ |
| D | o2fs.h | 106 uint8_t user[MAXUSERNAMELEN]; // Not null terminated member
|
| /lib/liblwip/ |
| D | UPGRADING | 78 be used to place these pools into user-defined memory by using external 105 * The heap now may be moved to user-defined memory by defining 109 with user-allocated structs instead of calling mem_malloc
|
| D | CHANGELOG | 445 and dhcp work with user-allocated structs instead of callin mem_malloc 516 * mem.c: The heap now may be moved to user-defined memory by defining 1743 inside init.c for task #7142 "Sanity check user-configurable values". 1769 user-configurable values". 1779 a place to add code for task #7142 "Sanity check user-configurable values". 1806 settings into new memp_std.h and optional user file lwippools.h. This adds 1807 more dynamic mempools, and allows the user to create an arbitrary number of 3110 * Possible to run as a user process under Linux.
|
| /lib/liblwip/doc/ |
| D | savannah.txt | 38 documentation and a graphic user interface. Use its key generator. 134 You will have to submit this via the user News interface, then approve
|
| /sbin/newfs_o2fs/ |
| D | newfs_o2fs.c | 215 strncpy((char *)entries[entry].user, "root", MAXUSERNAMELEN); in AddDirectory()
|
| /docs/ |
| D | Doxyfile | 177 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. 189 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the 277 # documentation, which will result in a user-defined paragraph with heading 893 # (outside of doxygen) the user can define a custom "cut" / "paste" string. 1275 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for 1295 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each 1305 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style 1317 # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined 1349 # the user preference, use light mode if no preference is set (the default), 1350 # AUTO_DARK automatically set the mode according to the user preference, use [all …]
|
| /sys/amd64/ |
| D | kernel.lds | 111 doesn't matter if the user does not
|