Searched refs:PUTSHORT (Results 1 – 14 of 14) sorted by relevance
/external/ppp/pppd/ |
D | lcp.c | 724 PUTSHORT(val, ucp); \ 730 PUTSHORT(PPP_CHAP, ucp); \ 743 PUTSHORT(PPP_LQR, ucp); \ 1570 PUTSHORT(MINMRU, nakp); /* Give him a hint */ 1636 PUTSHORT(PPP_EAP, nakp); 1639 PUTSHORT(PPP_CHAP, nakp); 1660 PUTSHORT(PPP_EAP, nakp); 1662 PUTSHORT(PPP_PAP, nakp); 1675 PUTSHORT(PPP_CHAP, nakp); 1695 PUTSHORT(PPP_CHAP, nakp); [all …]
|
D | eap.c | 277 PUTSHORT(EAP_HEADERLEN, outp); 302 PUTSHORT(EAP_HEADERLEN, outp); 857 PUTSHORT(outlen, lenloc); 1060 PUTSHORT(msglen, outp); 1092 PUTSHORT(msglen, outp); 1127 PUTSHORT(msglen, outp); 1159 PUTSHORT(msglen, outp); 1186 PUTSHORT(msglen, outp);
|
D | upap.c | 564 PUTSHORT(outlen, outp); 598 PUTSHORT(outlen, outp);
|
D | pppd.h | 768 #define PUTSHORT(s, cp) { \ macro 808 PUTSHORT(t, p); }
|
D | cbcp.c | 437 PUTSHORT(outlen, outp);
|
D | ipxcp.c | 646 PUTSHORT (external, ucp); 1187 PUTSHORT (protocol, p);
|
D | fsm.c | 815 PUTSHORT(outlen, outp);
|
D | ipv6cp.c | 577 PUTSHORT(val, ucp); \
|
D | ipcp.c | 797 PUTSHORT(val, ucp); \
|
/external/dnsmasq/src/ |
D | rfc1035.c | 863 PUTSHORT(nameoffset | 0xc000, p); in add_resource_record() 864 PUTSHORT(type, p); in add_resource_record() 865 PUTSHORT(class, p); in add_resource_record() 869 PUTSHORT(0, p); /* Placeholder RDLength */ in add_resource_record() 891 PUTSHORT(usval, p); in add_resource_record() 936 PUTSHORT(j, sav); /* Now, store real RDLength */ in add_resource_record() 997 if (!is_sign && (udpsz > daemon->edns_pktsz)) PUTSHORT(daemon->edns_pktsz, psave); in answer_request()
|
D | nameser.h | 347 #define PUTSHORT(s, cp) \ macro
|
D | forward.c | 354 if (udpsz > daemon->edns_pktsz) PUTSHORT(daemon->edns_pktsz, psave); in process_reply()
|
D | option.c | 857 PUTSHORT((r - p) | 0xc000, tail); in parse_dhcp_opt()
|
/external/musl/include/arpa/ |
D | nameser.h | 448 #define PUTSHORT NS_PUT16 macro
|