Home
last modified time | relevance | path

Searched refs:GETSHORT (Results 1 – 24 of 24) sorted by relevance

/external/ipsec-tools/src/racoon/
Dgetcertsbyname.c166 GETSHORT(type, cp); /* type */
168 GETSHORT(keytag, cp); /* key tag */
273 GETSHORT(qtype, cp); /* QTYPE */
274 GETSHORT(qclass, cp); /* QCLASS */
286 GETSHORT(qtype, cp); /* TYPE */
287 GETSHORT(qclass, cp); /* CLASS */
289 GETSHORT(rdlength, cp); /* RDLENGTH */
299 GETSHORT(qtype, cp); /* type */
301 GETSHORT(keytag, cp); /* key tag */
/external/dnsmasq/src/
Drfc1035.c362 GETSHORT(rdlen, ansp); in skip_section()
465 GETSHORT(type, ansp); in find_pseudoheader()
466 GETSHORT(class, ansp); in find_pseudoheader()
491 GETSHORT(type, ansp); in find_pseudoheader()
493 GETSHORT(class, ansp); in find_pseudoheader()
495 GETSHORT(rdlen, ansp); in find_pseudoheader()
540 GETSHORT(qtype, p); in do_doctor()
541 GETSHORT(qclass, p); in do_doctor()
543 GETSHORT(rdlen, p); in do_doctor()
600 GETSHORT(qtype, p); in find_soa()
[all …]
Dnameser.h334 #define GETSHORT(s, cp) { \ macro
Dforward.c408 GETSHORT(udpsz, sizep); in process_reply()
/external/syslinux/core/lwip/src/netif/ppp/
Dlcp.c457 GETSHORT(prot, inp); in lcp_rprotrej()
666 GETSHORT(cishort, p); \ in lcp_ackci()
690 GETSHORT(cishort, p); \ in lcp_ackci()
717 GETSHORT(cishort, p); \ in lcp_ackci()
796 GETSHORT(cishort, p); \ in lcp_nakci()
819 GETSHORT(cishort, p); \ in lcp_nakci()
841 GETSHORT(cishort, p); \ in lcp_nakci()
884 GETSHORT(cishort, p); in lcp_nakci()
998 GETSHORT(cishort, p); in lcp_nakci()
1111 GETSHORT(cishort, p); \ in lcp_rejci()
[all …]
Dipcp.c450 GETSHORT(cishort, p); \ in ipcp_ackci()
590 GETSHORT(cishort, p); \ in ipcp_nakci()
796 GETSHORT(cishort, p); \ in ipcp_rejci()
1081 GETSHORT(cishort, p); in ipcp_reqci()
Dchap.c381 GETSHORT(len, inp); in ChapInput()
860 GETSHORT(len, p); in ChapPrintPkt()
Dppp.h195 #define GETSHORT(s, cp) { \ macro
Dpap.c352 GETSHORT(len, inp); in upap_input()
Dfsm.c399 GETSHORT(len, inp); in fsm_input()
/external/ppp/pppd/
Dlcp.c569 GETSHORT(prot, inp);
829 GETSHORT(cishort, p); \
855 GETSHORT(cishort, p); \
884 GETSHORT(cishort, p); \
991 GETSHORT(cishort, p); \
1014 GETSHORT(cishort, p); \
1036 GETSHORT(cishort, p); \
1094 GETSHORT(cishort, p);
1258 GETSHORT(cishort, p);
1378 GETSHORT(cishort, p); \
[all …]
Dipxcp.c729 GETSHORT(cishort, p); \
822 GETSHORT (s, p);
949 GETSHORT(cishort, p); \
1150 GETSHORT (cishort, p);
1489 GETSHORT(len, p);
1536 GETSHORT (cishort, p);
1543 GETSHORT (cishort, p);
Dipv6cp.c636 GETSHORT(cishort, p); \
722 GETSHORT(cishort, p); \
858 GETSHORT(cishort, p); \
996 GETSHORT(cishort, p);
1433 GETSHORT(len, p);
1463 GETSHORT(cishort, p);
Dcbcp.c175 GETSHORT(len, inp);
241 GETSHORT(len, p);
Dupap.c334 GETSHORT(len, inp);
628 GETSHORT(len, p);
Dipcp.c921 GETSHORT(cishort, p); \
1063 GETSHORT(cishort, p); \
1313 GETSHORT(cishort, p); \
1605 GETSHORT(cishort, p);
2163 GETSHORT(len, p);
2202 GETSHORT(cishort, p);
Dchap-new.c541 GETSHORT(len, pkt); in chap_input()
600 GETSHORT(len, p); in chap_print_pkt()
Dfsm.c354 GETSHORT(len, inp);
Dpppd.h764 #define GETSHORT(s, cp) { \ macro
Dutils.c485 GETSHORT(proto, p);
Deap.c2095 GETSHORT(len, inp);
2159 GETSHORT(len, inp);
Dmain.c1106 GETSHORT(protocol, p); in get_input()
/external/openssh/openbsd-compat/
Dgetrrsetbyname.c90 #ifndef GETSHORT
91 #define GETSHORT(s, cp) { \ macro
123 GETSHORT(u, msgp);
/external/tcpdump/
Dnameser.h263 #define GETSHORT(s, cp) { \ macro