Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libresolv2/common/nameser/
H A Dns_sign.c127 PUTSHORT(ns_t_tsig, cp); in ns_sign2()
128 PUTSHORT(ns_c_any, cp); in ns_sign2()
148 PUTSHORT(0, cp); in ns_sign2()
154 PUTSHORT(NS_TSIG_FUDGE, cp); in ns_sign2()
184 PUTSHORT(ns_c_any, cp2); in ns_sign2()
196 PUTSHORT(0, cp2); /*%< Top 16 bits of time */ in ns_sign2()
201 PUTSHORT(NS_TSIG_FUDGE, cp2); in ns_sign2()
202 PUTSHORT(error, cp2); /*%< Error */ in ns_sign2()
204 PUTSHORT(0, cp2); /*%< Other data length */ in ns_sign2()
206 PUTSHORT(INT16SZ+INT32SZ, cp2); /*%< Other data length */ in ns_sign2()
[all …]
H A Dns_verify.c454 PUTSHORT(0, cp2); /*%< Top 16 bits of time. */ in ns_verify_tcp()
456 PUTSHORT(NS_TSIG_FUDGE, cp2); in ns_verify_tcp()
/titanic_44/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c187 PUTSHORT(rtype, cp); in res_nmkupdate()
188 PUTSHORT(rclass, cp); in res_nmkupdate()
202 PUTSHORT(0, sp2); in res_nmkupdate()
279 PUTSHORT(n, cp); in res_nmkupdate()
293 PUTSHORT(n, cp); in res_nmkupdate()
299 PUTSHORT(n, cp); in res_nmkupdate()
305 PUTSHORT(n, cp); in res_nmkupdate()
319 PUTSHORT(n, cp); in res_nmkupdate()
464 PUTSHORT(sig_type, cp); in res_nmkupdate()
521 PUTSHORT(n, cp); in res_nmkupdate()
[all …]
/titanic_44/usr/src/lib/libresolv/arpa/
H A Dnameser.h228 #define PUTSHORT(s, cp) { \ macro
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap.c808 PUTSHORT(outlen, outp);
853 PUTSHORT(outlen, outp);
910 PUTSHORT(outlen, outp); /* packet length */
H A Dlcp.c931 PUTSHORT(val, ucp); \
937 PUTSHORT(val, ucp); \
950 PUTSHORT(PPP_LQR, ucp); \
1935 PUTSHORT(cishort, nakp); /* Give him a hint */
2073 PUTSHORT(PPP_CHAP, nakp);
2079 PUTSHORT(PPP_PAP, nakp);
2118 PUTSHORT(PPP_LQR, nakp);
2249 PUTSHORT(cishort, nakp);
2354 PUTSHORT(ao->mru, nakp);
H A Dupap.c615 PUTSHORT(outlen, outp);
650 PUTSHORT(outlen, outp);
H A Dpppd.h715 #define PUTSHORT(s, cp) { \ macro
779 PUTSHORT(t, p); }
H A Dcbcp.c445 PUTSHORT(outlen, outp);
H A Dipcp.c570 PUTSHORT(val, ucp); \
1268 PUTSHORT(cishort, nakp);
1273 PUTSHORT(cishort, nakp);
H A Dfsm.c895 PUTSHORT(outlen, outp);
H A Dipv6cp.c507 PUTSHORT(val, ucp); \
/titanic_44/usr/src/head/arpa/
H A Dnameser_compat.h266 #define PUTSHORT NS_PUT16 macro
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c2611 #define PUTSHORT(cp, x) { if ((*cp++ = ((x)>>8)&0xff) == IAC) *cp++ = IAC; \ in sendnaws() macro
2623 PUTSHORT(cp, cols); in sendnaws()
2624 PUTSHORT(cp, rows); in sendnaws()