/titanic_44/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_sign.c | 127 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 D | ns_verify.c | 454 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 D | res_mkupdate.c | 187 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 D | nameser.h | 228 #define PUTSHORT(s, cp) { \ macro
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | chap.c | 808 PUTSHORT(outlen, outp); 853 PUTSHORT(outlen, outp); 910 PUTSHORT(outlen, outp); /* packet length */
|
H A D | lcp.c | 931 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 D | upap.c | 615 PUTSHORT(outlen, outp); 650 PUTSHORT(outlen, outp);
|
H A D | pppd.h | 715 #define PUTSHORT(s, cp) { \ macro 779 PUTSHORT(t, p); }
|
H A D | cbcp.c | 445 PUTSHORT(outlen, outp);
|
H A D | ipcp.c | 570 PUTSHORT(val, ucp); \ 1268 PUTSHORT(cishort, nakp); 1273 PUTSHORT(cishort, nakp);
|
H A D | fsm.c | 895 PUTSHORT(outlen, outp);
|
H A D | ipv6cp.c | 507 PUTSHORT(val, ucp); \
|
/titanic_44/usr/src/head/arpa/ |
H A D | nameser_compat.h | 266 #define PUTSHORT NS_PUT16 macro
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | telnet.c | 2611 #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()
|