HomeSort by: relevance | last modified time | path
    Searched refs:PUTSHORT (Results 1 - 20 of 20) sorted by relevancy

  /src/lib/libresolv/
ns_sign.c 131 PUTSHORT(ns_t_tsig, cp);
132 PUTSHORT(ns_c_any, cp);
153 PUTSHORT(0, cp);
159 PUTSHORT(NS_TSIG_FUDGE, cp);
189 PUTSHORT(ns_c_any, cp2);
201 PUTSHORT(0, cp2); /*%< Top 16 bits of time */
206 PUTSHORT(NS_TSIG_FUDGE, cp2);
207 PUTSHORT(error, cp2); /*%< Error */
209 PUTSHORT(0, cp2); /*%< Other data length */
211 PUTSHORT(INT16SZ+INT32SZ, cp2); /*%< Other data length *
    [all...]
res_mkupdate.c 190 PUTSHORT(rtype, cp);
191 PUTSHORT(rclass, cp);
205 PUTSHORT(0, sp2);
282 PUTSHORT(n, cp);
296 PUTSHORT(n, cp);
302 PUTSHORT(n, cp);
308 PUTSHORT(n, cp);
322 PUTSHORT(n, cp);
468 PUTSHORT(sig_type, cp);
529 PUTSHORT(n, cp)
    [all...]
ns_verify.c 455 PUTSHORT(0, cp2); /*%< Top 16 bits of time. */
457 PUTSHORT(NS_TSIG_FUDGE, cp2);
  /src/external/bsd/libbind/dist/nameser/
ns_sign.c 129 PUTSHORT(ns_t_tsig, cp);
130 PUTSHORT(ns_c_any, cp);
150 PUTSHORT(0, cp);
156 PUTSHORT(NS_TSIG_FUDGE, cp);
186 PUTSHORT(ns_c_any, cp2);
198 PUTSHORT(0, cp2); /*%< Top 16 bits of time */
203 PUTSHORT(NS_TSIG_FUDGE, cp2);
204 PUTSHORT(error, cp2); /*%< Error */
206 PUTSHORT(0, cp2); /*%< Other data length */
208 PUTSHORT(INT16SZ+INT32SZ, cp2); /*%< Other data length *
    [all...]
ns_verify.c 456 PUTSHORT(0, cp2); /*%< Top 16 bits of time. */
458 PUTSHORT(NS_TSIG_FUDGE, cp2);
  /src/external/bsd/libbind/dist/resolv/
res_mkupdate.c 189 PUTSHORT(rtype, cp);
190 PUTSHORT(rclass, cp);
204 PUTSHORT(0, sp2);
281 PUTSHORT(n, cp);
295 PUTSHORT(n, cp);
301 PUTSHORT(n, cp);
307 PUTSHORT(n, cp);
321 PUTSHORT(n, cp);
466 PUTSHORT(sig_type, cp);
523 PUTSHORT(n, cp)
    [all...]
  /src/include/arpa/
nameser_compat.h 196 #define PUTSHORT NS_PUT16
  /src/external/mpl/dhcp/dist/includes/arpa/
nameser_compat.h 178 #define PUTSHORT NS_PUT16
  /src/external/bsd/ppp/dist/pppd/
lcp.c 718 PUTSHORT(val, ucp); \
724 PUTSHORT(PPP_CHAP, ucp); \
737 PUTSHORT(PPP_LQR, ucp); \
1550 PUTSHORT(MINMRU, nakp); /* Give him a hint */
1616 PUTSHORT(PPP_EAP, nakp);
1619 PUTSHORT(PPP_CHAP, nakp);
1640 PUTSHORT(PPP_EAP, nakp);
1642 PUTSHORT(PPP_PAP, nakp);
1655 PUTSHORT(PPP_CHAP, nakp);
1675 PUTSHORT(PPP_CHAP, nakp)
    [all...]
pppd-private.h 506 #define PUTSHORT(s, cp) { \
546 PUTSHORT(t, p); }
upap.c 546 PUTSHORT(outlen, outp);
576 PUTSHORT(outlen, outp);
eap.c 300 PUTSHORT(EAP_HEADERLEN, outp);
324 PUTSHORT(EAP_HEADERLEN, outp);
791 PUTSHORT(msglen, outp);
796 PUTSHORT(msglen - 5, outp);
907 PUTSHORT(5 + challen +
1091 PUTSHORT(outlen, lenloc);
1176 PUTSHORT(outlen, lenloc);
1328 PUTSHORT(msglen, outp);
1356 PUTSHORT(msglen, outp);
1387 PUTSHORT(msglen, outp)
    [all...]
cbcp.c 432 PUTSHORT(outlen, outp);
peap.c 241 PUTSHORT(PEAP_HEADERLEN, outp);
264 PUTSHORT(peap_len, outp);
311 PUTSHORT(PEAP_TLV_LEN, outp);
fsm.c 782 PUTSHORT(outlen, outp);
ipv6cp.c 592 PUTSHORT(val, ucp); \
ipcp.c 795 PUTSHORT(val, ucp); \
  /src/external/bsd/libbind/dist/include/arpa/
nameser_compat.h 230 #define PUTSHORT NS_PUT16
  /src/external/bsd/libbind/dist/tests/
dig8.c 923 PUTSHORT(T_SOA, cpp); /* type */
924 PUTSHORT(C_IN, cpp); /* class */
926 PUTSHORT(22, cpp); /* dlen */
  /src/usr.bin/telnet/
telnet.c 2371 #define PUTSHORT(cp, x) { if ((*cp++ = ((x)>>8)&0xff) == IAC) *cp++ = IAC; \
2383 PUTSHORT(cp, cols);
2384 PUTSHORT(cp, rows);

Completed in 105 milliseconds