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

/freebsd-11-stable/lib/libc/resolv/
H A Dres_mkupdate.c203 PUTSHORT(rtype, cp);
204 PUTSHORT(rclass, cp);
218 PUTSHORT(0, sp2);
295 PUTSHORT(n, cp);
309 PUTSHORT(n, cp);
315 PUTSHORT(n, cp);
321 PUTSHORT(n, cp);
335 PUTSHORT(n, cp);
483 PUTSHORT(sig_type, cp);
540 PUTSHORT(
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dsm_resolve.c585 PUTSHORT(qtype, cp);
586 PUTSHORT(class, cp);
596 PUTSHORT(type, cp);
597 PUTSHORT(class, cp);
610 PUTSHORT(n + 2, cp);
611 PUTSHORT(pref, cp);
618 PUTSHORT(txtlen, cp);
627 PUTSHORT(n, cp);
640 PUTSHORT(n, cp);
648 PUTSHORT(siz
[all...]
/freebsd-11-stable/include/arpa/
H A Dnameser_compat.h195 #define PUTSHORT NS_PUT16 macro
/freebsd-11-stable/contrib/tcpdump/
H A Dnameser.h278 #define PUTSHORT(s, cp) { \ macro
/freebsd-11-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-11-stable/contrib/telnet/telnet/
H A Dtelnet.c2401 #define PUTSHORT(cp, x) { if ((*cp++ = ((x)>>8)&0xff) == IAC) *cp++ = IAC; \
2413 PUTSHORT(cp, cols);
2414 PUTSHORT(cp, rows);
2398 #define PUTSHORT macro

Completed in 181 milliseconds