OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PUTSHORT
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/ppp/dist/pppd/
pppd-private.h
506
#define
PUTSHORT
(s, cp) { \
546
PUTSHORT
(t, p); }
/src/include/arpa/
nameser_compat.h
196
#define
PUTSHORT
NS_PUT16
/src/external/bsd/libbind/dist/include/arpa/
nameser_compat.h
230
#define
PUTSHORT
NS_PUT16
/src/external/mpl/dhcp/dist/includes/arpa/
nameser_compat.h
178
#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 25 milliseconds
Indexes created Fri May 01 00:23:41 UTC 2026