Home
last modified time | relevance | path

Searched refs:PUTSHORT (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_sign.c121 PUTSHORT(ns_t_tsig, cp); in ns_sign2()
122 PUTSHORT(ns_c_any, cp); in ns_sign2()
142 PUTSHORT(0, cp); in ns_sign2()
148 PUTSHORT(NS_TSIG_FUDGE, cp); in ns_sign2()
178 PUTSHORT(ns_c_any, cp2); in ns_sign2()
190 PUTSHORT(0, cp2); /*%< Top 16 bits of time */ in ns_sign2()
195 PUTSHORT(NS_TSIG_FUDGE, cp2); in ns_sign2()
196 PUTSHORT(error, cp2); /*%< Error */ in ns_sign2()
198 PUTSHORT(0, cp2); /*%< Other data length */ in ns_sign2()
200 PUTSHORT(INT16SZ+INT32SZ, cp2); /*%< Other data length */ in ns_sign2()
[all …]
H A Dns_verify.c448 PUTSHORT(0, cp2); /*%< Top 16 bits of time. */ in ns_verify_tcp()
450 PUTSHORT(NS_TSIG_FUDGE, cp2); in ns_verify_tcp()
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c183 PUTSHORT(rtype, cp); in res_nmkupdate()
184 PUTSHORT(rclass, cp); in res_nmkupdate()
198 PUTSHORT(0, sp2); in res_nmkupdate()
275 PUTSHORT(n, cp); in res_nmkupdate()
289 PUTSHORT(n, cp); in res_nmkupdate()
295 PUTSHORT(n, cp); in res_nmkupdate()
301 PUTSHORT(n, cp); in res_nmkupdate()
315 PUTSHORT(n, cp); in res_nmkupdate()
460 PUTSHORT(sig_type, cp); in res_nmkupdate()
517 PUTSHORT(n, cp); in res_nmkupdate()
[all …]
/illumos-gate/usr/src/lib/libresolv/arpa/
H A Dnameser.h226 #define PUTSHORT(s, cp) { \ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap.c798 PUTSHORT(outlen, outp);
843 PUTSHORT(outlen, outp);
900 PUTSHORT(outlen, outp); /* packet length */
H A Dlcp.c923 PUTSHORT(val, ucp); \
929 PUTSHORT(val, ucp); \
942 PUTSHORT(PPP_LQR, ucp); \
1927 PUTSHORT(cishort, nakp); /* Give it a hint */
2065 PUTSHORT(PPP_CHAP, nakp);
2071 PUTSHORT(PPP_PAP, nakp);
2110 PUTSHORT(PPP_LQR, nakp);
2241 PUTSHORT(cishort, nakp);
2346 PUTSHORT(ao->mru, nakp);
H A Dupap.c608 PUTSHORT(outlen, outp);
643 PUTSHORT(outlen, outp);
H A Dpppd.h722 #define PUTSHORT(s, cp) { \ macro
786 PUTSHORT(t, p); }
H A Dcbcp.c438 PUTSHORT(outlen, outp);
H A Dipcp.c563 PUTSHORT(val, ucp); \
1261 PUTSHORT(cishort, nakp);
1266 PUTSHORT(cishort, nakp);
H A Dfsm.c888 PUTSHORT(outlen, outp);
H A Dipv6cp.c503 PUTSHORT(val, ucp); \
/illumos-gate/usr/src/head/arpa/
H A Dnameser_compat.h264 #define PUTSHORT NS_PUT16 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c2609 #define PUTSHORT(cp, x) { if ((*cp++ = ((x)>>8)&0xff) == IAC) *cp++ = IAC; \ in sendnaws() macro
2621 PUTSHORT(cp, cols); in sendnaws()
2622 PUTSHORT(cp, rows); in sendnaws()