Searched refs:MAX_MACHINE_NAME (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/include/rpc/
H A Dauth_unix.h53 #define MAX_MACHINE_NAME 255 macro
/netbsd-current/lib/librpcsvc/
H A Dbootparam_prot.x55 const MAX_MACHINE_NAME = 255;
60 typedef string bp_machine_name_t<MAX_MACHINE_NAME>;
/netbsd-current/lib/libc/rpc/
H A Dauthunix_prot.c75 && xdr_string(xdrs, &(p->aup_machname), MAX_MACHINE_NAME)
H A Dsvc_auth_unix.c75 char area_machname[MAX_MACHINE_NAME+1];
94 if (str_len > MAX_MACHINE_NAME) {
/netbsd-current/usr.sbin/rpc.bootparamd/
H A Dbootparamd.c52 static char hostname[MAX_MACHINE_NAME];
53 static char askname[MAX_MACHINE_NAME];
54 static char domain_name[MAX_MACHINE_NAME];
191 getdomainname(domain_name, MAX_MACHINE_NAME);
424 strncpy(client_canonical, canon, MAX_MACHINE_NAME);

Completed in 116 milliseconds