HomeSort by relevance Sort by last modified time
    Searched refs:MAXNAMELEN (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nlm_prot.x 13 %#define MAXNAMELEN LM_MAXSTRLEN+1
134 string name<MAXNAMELEN>;
nlm_prot.h 17 #define MAXNAMELEN LM_MAXSTRLEN+1
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nlm_prot.x 13 %#define MAXNAMELEN LM_MAXSTRLEN+1
134 string name<MAXNAMELEN>;
nlm_prot.h 17 #define MAXNAMELEN LM_MAXSTRLEN+1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nlm_prot.x 13 %#define MAXNAMELEN LM_MAXSTRLEN+1
134 string name<MAXNAMELEN>;
nlm_prot.h 17 #define MAXNAMELEN LM_MAXSTRLEN+1
  /external/ppp/pppd/
pppd.h 81 #define MAXNAMELEN 256 /* max length of hostname or name for auth */
246 extern char remote_number[MAXNAMELEN]; /* Remote telephone number, if avail. */
291 extern char user[MAXNAMELEN];/* Our name for authenticating ourselves */
296 extern char our_name[MAXNAMELEN];/* Our name for authentication purposes */
297 extern char remote_name[MAXNAMELEN]; /* Peer's name for authentication */
    [all...]
chap-new.c 91 #define CHAL_MAX_PKTLEN (PPP_HDRLEN + CHAP_HDRLEN + 4 + MAX_CHALLENGE_LEN + MAXNAMELEN)
92 #define RESP_MAX_PKTLEN (PPP_HDRLEN + CHAP_HDRLEN + 4 + MAX_RESPONSE_LEN + MAXNAMELEN)
318 char rname[MAXNAMELEN+1];
430 char rname[MAXNAMELEN+1];
options.c 96 char user[MAXNAMELEN]; /* Username for PAP */
99 char our_name[MAXNAMELEN]; /* Our name for authentication purposes */
    [all...]
auth.c 129 char peer_authname[MAXNAMELEN];
148 char remote_number[MAXNAMELEN];
239 char remote_name[MAXNAMELEN]; /* Peer's name for authentication */
359 OPT_PRIO | OPT_PRIV | OPT_STATIC, NULL, MAXNAMELEN },
366 "Set name for auth with peer", OPT_PRIO | OPT_STATIC, NULL, MAXNAMELEN },
377 &explicit_remote, MAXNAMELEN },
394 NULL, MAXNAMELEN },
412 char u[MAXNAMELEN], p[MAXSECRETLEN];
432 if (fgets(u, MAXNAMELEN - 1, ufile) == NULL
    [all...]
main.c 134 char hostname[MAXNAMELEN]; /* Our hostname */
330 if (gethostname(hostname, MAXNAMELEN) < 0 ) {
334 hostname[MAXNAMELEN-1] = 0;
    [all...]
  /external/ppp/pppd/plugins/radius/
radius.c 115 char user[MAXNAMELEN];
    [all...]

Completed in 284 milliseconds