HomeSort by relevance Sort by last modified time
    Searched refs:u_char (Results 1 - 25 of 355) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tcpdump/
bgp.h 17 extern char *bgp_vpn_rd_print (const u_char *);
netbios.h 8 u_char dsap;
9 u_char ssap;
10 u_char flags;
ipfc.h 25 u_char ipfc_dhost[8];
26 u_char ipfc_shost[8];
interface.h 128 (const u_char *)&(var) <= snapend - (l))
142 extern int fn_print(const u_char *, const u_char *);
143 extern int fn_printn(const u_char *, u_int, const u_char *);
144 extern int fn_printzp(const u_char *, u_int, const u_char *);
161 extern const char *isonsap_string(const u_char *, register u_int);
162 extern const char *protoid_string(const u_char *);
171 extern int print_unknown_data(const u_char *, const char *,int)
    [all...]
netdissect.h 132 const u_char *ndo_packetp;
133 const u_char *ndo_snapend;
140 register const u_char *bp, register u_int length);
202 (const u_char *)&(var) <= ndo->ndo_snapend - (l))
222 extern int fn_print(const u_char *, const u_char *);
223 extern int fn_printn(const u_char *, u_int, const u_char *);
237 extern const char *isonsap_string(netdissect_options *, const u_char *);
238 extern const char *protoid_string(netdissect_options *, const u_char *);
    [all...]
addrtoname.h 26 extern const char *linkaddr_string(const u_char *, const unsigned int);
27 extern const char *etheraddr_string(const u_char *);
31 extern const char *getname(const u_char *);
33 extern const char *getname6(const u_char *);
43 #define ipaddr_string(p) getname((const u_char *)(p))
45 #define ip6addr_string(p) getname6((const u_char *)(p))
decode_prefix.h 36 extern int decode_prefix4(const u_char *pptr, char *buf, u_int buflen);
38 extern int decode_prefix6(const u_char *pd, char *buf, u_int buflen);
  /external/kernel-headers/original/linux/mtd/
nand_ecc.h 23 int nand_calculate_ecc(struct mtd_info *mtd, const u_char *dat, u_char *ecc_code);
28 int nand_correct_data(struct mtd_info *mtd, u_char *dat, u_char *read_ecc, u_char *calc_ecc);
  /bionic/libc/string/
strcasecmp.c 34 typedef unsigned char u_char; typedef
41 static const u_char charmap[] = {
79 const u_char *cm = charmap;
80 const u_char *us1 = (const u_char *)s1;
81 const u_char *us2 = (const u_char *)s2;
93 const u_char *cm = charmap;
94 const u_char *us1 = (const u_char *)s1
    [all...]
  /external/libpcap/
pcap.c 74 pcap_dispatch(pcap_t *p, int cnt, pcap_handler callback, u_char *user)
84 pcap_read(pcap_t *p, int cnt, pcap_handler callback, u_char *user)
91 pcap_loop(pcap_t *p, int cnt, pcap_handler callback, u_char *user)
122 const u_char *pkt;
127 pcap_oneshot(u_char *userData, const struct pcap_pkthdr *h, const u_char *pkt)
134 const u_char *
140 if (pcap_dispatch(p, 1, pcap_oneshot, (u_char*)&s) <= 0)
147 const u_char **pkt;
151 pcap_fakecallback(u_char *userData, const struct pcap_pkthdr *h
    [all...]
  /external/ppp/pppd/
chap_ms.h 67 u_char LANManResp[24];
68 u_char NTResp[24];
69 u_char UseNT[1]; /* If 1, ignore the LANMan response field */
77 u_char PeerChallenge[16];
78 u_char Reserved[8]; /* Must be zero */
79 u_char NTResp[24];
80 u_char Flags[1]; /* Must be zero */
85 extern u_char mppe_send_key[MPPE_MAX_KEY_LEN];
86 extern u_char mppe_recv_key[MPPE_MAX_KEY_LEN];
103 void ChapMS __P((u_char *, char *, int, MS_ChapResponse *))
    [all...]
pppcrypt.h 48 extern bool DesSetkey __P((u_char *));
49 extern bool DesEncrypt __P((u_char *, u_char *));
50 extern bool DesDecrypt __P((u_char *, u_char *));
pppcrypt.c 37 static u_char
39 u_char *input;
54 u_char *key; /* IN 56 bit DES key missing parity bits */
55 u_char *des_key; /* OUT 64 bit DES key with parity bits added */
79 u_char *in;
80 u_char *out;
97 u_char *in;
98 u_char *out;
114 u_char *key;
116 u_char des_key[8]
    [all...]
  /bionic/libc/netbsd/resolv/
__dn_comp.c 28 int dn_comp(const char *, u_char *, int, u_char **, u_char **);
31 dn_comp(const char *exp_dn, u_char *comp_dn, u_char **dnptrs,
32 u_char **lastdnptr, int length)
__res_send.c 28 int res_send(const u_char *, int, u_char *, int);
31 res_send(const u_char *buf, int buflen, u_char *ans, int anssiz)
  /bionic/libc/include/
sha1.h 21 u_char buffer[64];
25 void SHA1Transform(uint32_t[5], const u_char[64]);
27 void SHA1Update(SHA1_CTX *, const u_char *, u_int);
28 void SHA1Final(u_char[SHA1_DIGEST_LENGTH], SHA1_CTX *);
  /development/ndk/platforms/android-3/include/
sha1.h 21 u_char buffer[64];
25 void SHA1Transform(uint32_t[5], const u_char[64]);
27 void SHA1Update(SHA1_CTX *, const u_char *, u_int);
28 void SHA1Final(u_char[SHA1_DIGEST_LENGTH], SHA1_CTX *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
sha1.h 21 u_char buffer[64];
25 void SHA1Transform(uint32_t[5], const u_char[64]);
27 void SHA1Update(SHA1_CTX *, const u_char *, u_int);
28 void SHA1Final(u_char[SHA1_DIGEST_LENGTH], SHA1_CTX *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
sha1.h 21 u_char buffer[64];
25 void SHA1Transform(uint32_t[5], const u_char[64]);
27 void SHA1Update(SHA1_CTX *, const u_char *, u_int);
28 void SHA1Final(u_char[SHA1_DIGEST_LENGTH], SHA1_CTX *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
sha1.h 21 u_char buffer[64];
25 void SHA1Transform(uint32_t[5], const u_char[64]);
27 void SHA1Update(SHA1_CTX *, const u_char *, u_int);
28 void SHA1Final(u_char[SHA1_DIGEST_LENGTH], SHA1_CTX *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
sha1.h 21 u_char buffer[64];
25 void SHA1Transform(uint32_t[5], const u_char[64]);
27 void SHA1Update(SHA1_CTX *, const u_char *, u_int);
28 void SHA1Final(u_char[SHA1_DIGEST_LENGTH], SHA1_CTX *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
sha1.h 21 u_char buffer[64];
25 void SHA1Transform(uint32_t[5], const u_char[64]);
27 void SHA1Update(SHA1_CTX *, const u_char *, u_int);
28 void SHA1Final(u_char[SHA1_DIGEST_LENGTH], SHA1_CTX *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
sha1.h 21 u_char buffer[64];
25 void SHA1Transform(uint32_t[5], const u_char[64]);
27 void SHA1Update(SHA1_CTX *, const u_char *, u_int);
28 void SHA1Final(u_char[SHA1_DIGEST_LENGTH], SHA1_CTX *);
  /bionic/libc/private/
resolv_private.h 110 const u_char **, int *,
111 u_char *, int, int *);
114 const u_char *, int, u_char *,
312 void fp_nquery(const u_char *, int, FILE *);
313 void fp_query(const u_char *, FILE *);
315 void p_query(const u_char *);
318 int res_opt(int, u_char *, int, int);
320 int res_mkquery(int, const char *, int, int, const u_char *, int, const u_char *, u_char *, int)
    [all...]
  /system/extras/ext4_utils/
sha1.h 22 u_char buffer[64];
26 void SHA1Transform(uint32_t[5], const u_char[64]);
28 void SHA1Update(SHA1_CTX *, const u_char *, u_int);
29 void SHA1Final(u_char[SHA1_DIGEST_LENGTH], SHA1_CTX *);

Completed in 227 milliseconds

1 2 3 4 5 6 7 8 91011>>