OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NET_NAMELEN
(Results
1 - 6
of
6
) sorted by null
/external/quake/quake/src/WinQuake/
net.h
29
#define
NET_NAMELEN
64
147
char address[
NET_NAMELEN
];
326
extern char my_ipx_address[
NET_NAMELEN
];
327
extern char my_tcpip_address[
NET_NAMELEN
];
net_vcr.cpp
168
Sys_FileRead (vcrFile, sock->address,
NET_NAMELEN
);
net_main.cpp
36
char my_ipx_address[
NET_NAMELEN
];
37
char my_tcpip_address[
NET_NAMELEN
];
478
Sys_FileWrite (vcrFile, ret->address,
NET_NAMELEN
);
net_mp.cpp
385
Q_strncpy (name, (char *)hostentry->h_name,
NET_NAMELEN
- 1);
net_udp.cpp
458
Q_strncpy (name, (char *)hostentry->h_name,
NET_NAMELEN
- 1);
net_wins.cpp
517
Q_strncpy (name, (char *)hostentry->h_name,
NET_NAMELEN
- 1);
Completed in 26 milliseconds