Searched refs:PUTSHORT (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libc/resolv/ |
H A D | res_mkupdate.c | 199 PUTSHORT(rtype, cp); in res_nmkupdate() 200 PUTSHORT(rclass, cp); in res_nmkupdate() 214 PUTSHORT(0, sp2); in res_nmkupdate() 291 PUTSHORT(n, cp); in res_nmkupdate() 305 PUTSHORT(n, cp); in res_nmkupdate() 311 PUTSHORT(n, cp); in res_nmkupdate() 317 PUTSHORT(n, cp); in res_nmkupdate() 331 PUTSHORT(n, cp); in res_nmkupdate() 479 PUTSHORT(sig_type, cp); in res_nmkupdate() 536 PUTSHORT(n, cp); in res_nmkupdate() [all …]
|
/freebsd/contrib/sendmail/src/ |
H A D | sm_resolve.c | 601 PUTSHORT(qtype, cp); 602 PUTSHORT(class, cp); 616 PUTSHORT(type, cp); 617 PUTSHORT(class, cp); 629 PUTSHORT(n + 2, cp); 630 PUTSHORT(pref, cp); 637 PUTSHORT(txtlen, cp); 645 PUTSHORT(n, cp); 658 PUTSHORT(n, cp); 666 PUTSHORT(size, cp);
|
/freebsd/include/arpa/ |
H A D | nameser_compat.h | 216 #define PUTSHORT NS_PUT16 macro
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | telnet.c | 2381 #undef PUTSHORT in sendnaws() 2382 #define PUTSHORT(cp, x) { if ((*cp++ = ((x)>>8)&0xff) == IAC) *cp++ = IAC; \ in sendnaws() macro 2394 PUTSHORT(cp, cols); in sendnaws() 2395 PUTSHORT(cp, rows); in sendnaws()
|
/freebsd/contrib/telnet/telnet/ |
H A D | telnet.c | 2396 #define PUTSHORT(cp, x) { if ((*cp++ = ((x)>>8)&0xff) == IAC) *cp++ = IAC; \ in sendnaws() macro 2408 PUTSHORT(cp, cols); in sendnaws() 2409 PUTSHORT(cp, rows); in sendnaws()
|
/freebsd/crypto/heimdal/appl/telnet/ |
H A D | ChangeLog | 344 * telnet/telnet.c: undef PUTSHORT to avoid conflict
|