Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dlcp.c724 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 …]
Deap.c277 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);
Dupap.c564 PUTSHORT(outlen, outp);
598 PUTSHORT(outlen, outp);
Dpppd.h768 #define PUTSHORT(s, cp) { \ macro
808 PUTSHORT(t, p); }
Dcbcp.c437 PUTSHORT(outlen, outp);
Dipxcp.c646 PUTSHORT (external, ucp);
1187 PUTSHORT (protocol, p);
Dfsm.c815 PUTSHORT(outlen, outp);
Dipv6cp.c577 PUTSHORT(val, ucp); \
Dipcp.c797 PUTSHORT(val, ucp); \
/external/dnsmasq/src/
Drfc1035.c863 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()
Dnameser.h347 #define PUTSHORT(s, cp) \ macro
Dforward.c354 if (udpsz > daemon->edns_pktsz) PUTSHORT(daemon->edns_pktsz, psave); in process_reply()
Doption.c857 PUTSHORT((r - p) | 0xc000, tail); in parse_dhcp_opt()
/external/musl/include/arpa/
Dnameser.h448 #define PUTSHORT NS_PUT16 macro