Home
last modified time | relevance | path

Searched refs:WIRE_NAMELEN (Results 1 – 5 of 5) sorted by relevance

/netbsd/games/hunt/hunt/
H A Dconnect.c56 assert(namelen == WIRE_NAMELEN); in do_connect()
61 (void) write(huntsocket, Buf, WIRE_NAMELEN); in do_connect()
H A Dhunt.c94 static char name[WIRE_NAMELEN];
/netbsd/games/hunt/huntd/
H A Danswer.c51 static char Ttyname[WIRE_NAMELEN];
63 static char name[WIRE_NAMELEN]; in answer()
410 && strncmp(ip->i_name, name, WIRE_NAMELEN) == 0) in get_ident()
H A Dhunt.h59 char i_name[WIRE_NAMELEN];
/netbsd/games/hunt/include/
H A Dhunt_common.h88 #define WIRE_NAMELEN 20 macro