OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PUTSHORT
(Results
1 - 2
of
2
) sorted by relevancy
/src/include/arpa/
nameser_compat.h
196
#define
PUTSHORT
NS_PUT16
/src/usr.bin/telnet/
telnet.c
2371
#define
PUTSHORT
(cp, x) { if ((*cp++ = ((x)>>8)&0xff) == IAC) *cp++ = IAC; \
2383
PUTSHORT
(cp, cols);
2384
PUTSHORT
(cp, rows);
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025