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

/freebsd-10-stable/lib/libc/resolv/
H A Dres_mkupdate.c204 PUTSHORT(rtype, cp);
205 PUTSHORT(rclass, cp);
219 PUTSHORT(0, sp2);
296 PUTSHORT(n, cp);
310 PUTSHORT(n, cp);
316 PUTSHORT(n, cp);
322 PUTSHORT(n, cp);
336 PUTSHORT(n, cp);
484 PUTSHORT(sig_type, cp);
541 PUTSHORT(
[all...]
/freebsd-10-stable/include/arpa/
H A Dnameser_compat.h195 #define PUTSHORT NS_PUT16 macro
/freebsd-10-stable/contrib/tcpdump/
H A Dnameser.h293 #define PUTSHORT(s, cp) { \ macro
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c2381 #undef PUTSHORT macro
2382 #define PUTSHORT(cp, x) { if ((*cp++ = ((x)>>8)&0xff) == IAC) *cp++ = IAC; \ macro
2394 PUTSHORT(cp, cols);
2395 PUTSHORT(cp, rows);
/freebsd-10-stable/contrib/telnet/telnet/
H A Dtelnet.c2405 #define PUTSHORT(cp, x) { if ((*cp++ = ((x)>>8)&0xff) == IAC) *cp++ = IAC; \
2417 PUTSHORT(cp, cols);
2418 PUTSHORT(cp, rows);
2402 #define PUTSHORT macro

Completed in 184 milliseconds