/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/ |
nameser_compat.h | 180 #define PUTSHORT NS_PUT16
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/ |
nameser_compat.h | 180 #define PUTSHORT NS_PUT16
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/ |
nameser_compat.h | 180 #define PUTSHORT NS_PUT16
|
/external/ppp/pppd/ |
lcp.c | 701 PUTSHORT(val, ucp); \ 707 PUTSHORT(PPP_CHAP, ucp); \ 720 PUTSHORT(PPP_LQR, ucp); \ [all...] |
upap.c | 565 PUTSHORT(outlen, outp); 599 PUTSHORT(outlen, outp);
|
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); [all...] |
pppd.h | 740 #define PUTSHORT(s, cp) { \ 780 PUTSHORT(t, p); } [all...] |
cbcp.c | 437 PUTSHORT(outlen, outp);
|
ipxcp.c | 646 PUTSHORT (external, ucp); 1187 PUTSHORT (protocol, p); [all...] |
fsm.c | 815 PUTSHORT(outlen, outp);
|
ipv6cp.c | 568 PUTSHORT(val, ucp); \ [all...] |
ipcp.c | 778 PUTSHORT(val, ucp); \ [all...] |
/bionic/libc/private/ |
arpa_nameser_compat.h | 233 #define PUTSHORT NS_PUT16
|
/external/dnsmasq/src/ |
nameser.h | 352 #define PUTSHORT(s, cp) { \
|
rfc1035.c | 1035 PUTSHORT(nameoffset | 0xc000, p); 1036 PUTSHORT(type, p); 1037 PUTSHORT(class, p); 1041 PUTSHORT(0, p); /* Placeholder RDLength */ 1064 PUTSHORT(usval, p); 1101 PUTSHORT(j, sav); /* Now, store real RDLength */ 1166 PUTSHORT(daemon->edns_pktsz, psave); [all...] |
forward.c | 398 PUTSHORT(daemon->edns_pktsz, psave);
|
option.c | 922 PUTSHORT((r - p) | 0xc000, tail); [all...] |
/external/tcpdump/ |
nameser.h | 293 #define PUTSHORT(s, cp) { \
|