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

1 2 3 4 5 6

  /bionic/libc/upstream-openbsd/lib/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...]
  /bionic/libc/include/
resolv.h 49 extern int b64_ntop(u_char const*, size_t, char*, size_t);
50 extern int b64_pton(char const*, u_char*, size_t);
53 extern int dn_comp(const char*, u_char*, int, u_char**, u_char**);
54 extern int dn_expand(const u_char*, const u_char*, const u_char*, char*, int);
  /development/ndk/platforms/android-L/include/
resolv.h 49 extern int b64_ntop(u_char const*, size_t, char*, size_t);
50 extern int b64_pton(char const*, u_char*, size_t);
53 extern int dn_comp(const char*, u_char*, int, u_char**, u_char**);
54 extern int dn_expand(const u_char*, const u_char*, const u_char*, char*, int);
  /bionic/libc/upstream-netbsd/android/include/sys/
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 *);
resolv.h 50 extern int b64_ntop(u_char const *, size_t, char *, size_t);
51 extern int b64_pton(char const *, u_char *, size_t);
  /external/libpcap/
pcap.c 202 pcap_oneshot(u_char *user, const struct pcap_pkthdr *h, const u_char *pkt)
210 const u_char *
214 const u_char *pkt;
219 if (pcap_dispatch(p, 1, p->oneshot_callback, (u_char *)&s) <= 0)
226 const u_char **pkt_data)
242 (u_char *)&s);
271 return (p->read_op(p, 1, p->oneshot_callback, (u_char *)&s));
824 pcap_dispatch(pcap_t *p, int cnt, pcap_handler callback, u_char *user)
833 pcap_read(pcap_t *p, int cnt, pcap_handler callback, u_char *user
    [all...]
dlpisubs.h 30 int pcap_process_pkts(pcap_t *, pcap_handler, u_char *, int, u_char *, int);
pcap-common.h 25 u_char *data);
  /development/ndk/platforms/android-L/include/arpa/
nameser.h 112 typedef u_char ns_nname[NS_MAXNNAME];
113 typedef const u_char *ns_nname_ct;
114 typedef u_char *ns_nname_t;
126 const u_char *_msg, *_eom;
128 const u_char *_sections[ns_s_max];
131 const u_char *_msg_ptr;
139 const u_char *dnptrs[25];
140 const u_char **lastdnptr;
165 const u_char * rdata;
178 const u_char * rdata
    [all...]
  /bionic/libc/dns/include/
resolv_private.h 116 const u_char **, int *,
117 u_char *, int, int *);
120 const u_char *, int, u_char *,
321 void fp_nquery(const u_char *, int, FILE *);
322 void fp_query(const u_char *, FILE *);
324 void p_query(const u_char *);
327 __LIBC_HIDDEN__ int res_opt(int, u_char *, int, int);
329 int res_mkquery(int, const char *, int, int, const u_char *, int, const u_char *, u_char *, int)
    [all...]
  /bionic/libc/include/arpa/
nameser.h 112 typedef u_char ns_nname[NS_MAXNNAME];
113 typedef const u_char *ns_nname_ct;
114 typedef u_char *ns_nname_t;
126 const u_char *_msg, *_eom;
128 const u_char *_sections[ns_s_max];
131 const u_char *_msg_ptr;
139 const u_char *dnptrs[25];
140 const u_char **lastdnptr;
165 const u_char * rdata;
178 const u_char * rdata
    [all...]
  /external/libpcap/pcap/
namedb.h 51 u_char addr[6];
58 u_char *pcap_ether_hostton(const char*);
59 u_char *pcap_ether_aton(const char *);
  /bionic/libc/dns/nameser/
ns_netint.c 36 ns_get16(const u_char *src) {
44 ns_get32(const u_char *src) {
52 ns_put16(uint16_t src, u_char *dst) {
57 ns_put32(uint32_t src, u_char *dst) {
ns_name.c 82 static int dn_find(const u_char *, const u_char *,
83 const u_char * const *,
84 const u_char * const *);
88 static int labellen(const u_char *);
104 ns_name_ntop(const u_char *src, char *dst, size_t dstsiz)
106 const u_char *cp;
108 u_char c;
209 ns_name_pton(const char *src, u_char *dst, size_t dstsiz) {
227 ns_name_pton2(const char *src, u_char *dst, size_t dstsiz, size_t *dstlen)
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/net/
htonl.c 16 u_char *s = (u_char *)&x;
htons.c 16 u_char *s = (u_char *) &x;
ntohl.c 16 u_char *s = (u_char *)&x;
ntohs.c 16 u_char *s = (u_char *) &x;
inet_pton.c 33 static int inet_pton4(const char *src, u_char *dst);
34 static int inet_pton6(const char *src, u_char *dst);
73 inet_pton4(const char *src, u_char *dst)
77 u_char tmp[INADDRSZ], *tp;
124 inet_pton6(const char *src, u_char *dst)
128 u_char tmp[IN6ADDRSZ], *tp, *endp, *colonp;
171 *tp++ = (u_char) (val >> 8) & 0xff;
172 *tp++ = (u_char) val & 0xff;
190 *tp++ = (u_char) (val >> 8) & 0xff;
191 *tp++ = (u_char) val & 0xff
    [all...]
  /bionic/libm/i387/
npx.h 64 u_char fp_bytes[10];
72 u_char sv_pad0[4]; /* padding for (now unused) saved status word */
81 u_char sv_pad[64]; /* padding; used by emulators */
101 u_char xmm_bytes[16];
108 u_char fp_pad[6]; /* padding */
111 u_char sv_pad[224];
  /bionic/libc/dns/resolv/
res_comp.c 104 dn_expand(const u_char *msg, const u_char *eom, const u_char *src,
120 dn_comp(const char *src, u_char *dst, int dstsiz,
121 u_char **dnptrs, u_char **lastdnptr)
124 (const u_char **)dnptrs,
125 (const u_char **)lastdnptr));
132 dn_skipname(const u_char *ptr, const u_char *eom)
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/include/isc/
dst.h 67 const u_char *, /*!< data to be signed */
69 u_char *, /*!< buffer to write signature to */
74 const u_char *, /*!< data to be verified */
76 const u_char *, /*!< buffer containing signature */
85 const u_char *, /*!< KEY RDATA */
88 u_char *, /*!< output buffer */
94 const u_char *, /*!< key in dns wire fmt */
96 int dst_key_to_buffer(DST_KEY *, u_char *, int);
111 u_int16_t dst_s_dns_key_id(const u_char *, const int);
112 u_int16_t dst_s_id_calc(const u_char *, const int)
    [all...]
  /external/libpcap/Win32/Include/net/
if.h 54 u_char ifi_type; /* ethernet, tokenring, etc */
55 u_char ifi_physical; /* e.g., AUI, Thinnet, 10base-T, etc */
56 u_char ifi_addrlen; /* media address length */
57 u_char ifi_hdrlen; /* media header length */
58 u_char ifi_recvquota; /* polling quota for receive intrs */
59 u_char ifi_xmitquota; /* polling quota for xmit intrs */
115 u_char ifm_version; /* future binary compatability */
116 u_char ifm_type; /* message type */
129 u_char ifam_version; /* future binary compatability */
130 u_char ifam_type; /* message type *
    [all...]
  /external/libpcap/Win32/Include/
inetprivate.h 52 extern void putlong(u_long l, u_char *msgp);
53 extern void putshort(u_short l, u_char *msgp);
54 extern u_int32_t _getlong(register const u_char *msgp);
55 extern u_int16_t _getshort(register const u_char *msgp);

Completed in 331 milliseconds

1 2 3 4 5 6