Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dlcp.c701 PUTSHORT(val, ucp); \
707 PUTSHORT(PPP_CHAP, ucp); \
720 PUTSHORT(PPP_LQR, ucp); \
1547 PUTSHORT(MINMRU, nakp); /* Give him a hint */
1613 PUTSHORT(PPP_EAP, nakp);
1616 PUTSHORT(PPP_CHAP, nakp);
1637 PUTSHORT(PPP_EAP, nakp);
1639 PUTSHORT(PPP_PAP, nakp);
1652 PUTSHORT(PPP_CHAP, nakp);
1672 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.c565 PUTSHORT(outlen, outp);
599 PUTSHORT(outlen, outp);
Dpppd.h738 #define PUTSHORT(s, cp) { \ macro
778 PUTSHORT(t, p); }
Dcbcp.c437 PUTSHORT(outlen, outp);
Dipxcp.c646 PUTSHORT (external, ucp);
1187 PUTSHORT (protocol, p);
Dfsm.c815 PUTSHORT(outlen, outp);
Dipv6cp.c568 PUTSHORT(val, ucp); \
Dipcp.c778 PUTSHORT(val, ucp); \
/external/dnsmasq/src/
Drfc1035.c1035 PUTSHORT(nameoffset | 0xc000, p); in add_resource_record()
1036 PUTSHORT(type, p); in add_resource_record()
1037 PUTSHORT(class, p); in add_resource_record()
1041 PUTSHORT(0, p); /* Placeholder RDLength */ in add_resource_record()
1064 PUTSHORT(usval, p); in add_resource_record()
1101 PUTSHORT(j, sav); /* Now, store real RDLength */ in add_resource_record()
1166 PUTSHORT(daemon->edns_pktsz, psave); in answer_request()
Dnameser.h352 #define PUTSHORT(s, cp) { \ macro
Dforward.c398 PUTSHORT(daemon->edns_pktsz, psave); in process_reply()
Doption.c922 PUTSHORT((r - p) | 0xc000, tail); in parse_dhcp_opt()
/external/tcpdump/
Dnameser.h293 #define PUTSHORT(s, cp) { \ macro