HomeSort by relevance Sort by last modified time
    Searched refs:u_char (Results 476 - 500 of 660) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/sys/
types.h 148 typedef unsigned char u_char; typedef
  /external/libpcap/
pcap-dbus.c 54 dbus_read(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user)
94 bpf_filter(handle->fcode.bf_insns, (u_char *)raw_msg, pkth.len, pkth.caplen)) {
96 callback(user, &pkth, (u_char *)raw_msg);
pcap-nit.c 103 pcap_read_nit(pcap_t *p, int cnt, pcap_handler callback, u_char *user)
107 register u_char *bp, *cp, *ep;
304 p->buffer = (u_char *)malloc(p->bufsize);
pcap-usb-linux.c 124 u_char *mmapbuf; /* memory-mapped region pointer */
134 static int usb_read_linux(pcap_t *, int , pcap_handler , u_char *);
135 static int usb_read_linux_bin(pcap_t *, int , pcap_handler , u_char *);
136 static int usb_read_linux_mmap(pcap_t *, int , pcap_handler , u_char *);
468 usb_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user)
479 u_char * rawdata = handle->buffer;
482 u_char urb_transfer=0;
782 usb_read_linux_bin(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user)
841 usb_read_linux_mmap(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user)
906 bpf_filter(handle->fcode.bf_insns, (u_char*) hdr
    [all...]
sf-pcap.c 123 static int pcap_next_packet(pcap_t *p, struct pcap_pkthdr *hdr, u_char **datap);
397 pcap_next_packet(pcap_t *p, struct pcap_pkthdr *hdr, u_char **data)
500 static u_char *tp = NULL;
512 free((u_char *)tp);
513 tp = (u_char *)malloc(tsize);
592 pcap_dump(u_char *user, const struct pcap_pkthdr *h, const u_char *sp)
pcap-libdlpi.c 48 static int pcap_read_libdlpi(pcap_t *, int, pcap_handler, u_char *);
314 pcap_read_libdlpi(pcap_t *p, int count, pcap_handler callback, u_char *user)
318 u_char *bufp;
pcap-snit.c 116 pcap_read_snit(pcap_t *p, int cnt, pcap_handler callback, u_char *user)
120 register u_char *bp, *cp, *ep;
381 p->buffer = (u_char *)malloc(p->bufsize);
gencode.h 295 struct block *gen_ecode(const u_char *, struct qual);
296 struct block *gen_acode(const u_char *, struct qual);
  /external/ppp/pppd/
srp-entry.c 48 static const u_char wkmodulus[] = {
129 mytce.modulus.data = (u_char *)wkmodulus;
131 mytce.generator.data = (u_char *)"\002";
  /external/tcpdump/
print-rip.c 136 register u_char *p = (u_char *)&ni->rip_dest;
178 const u_char *dat, u_int length)
print-olsr.c 183 const u_char *msg_data, u_int hello_len)
208 const u_char *msg_data, u_int hello_len)
236 const u_char *msg_data, u_int hello_len)
261 const u_char *pptr, u_int length, int is_ipv6)
277 const u_char *tptr, *msg_data;
tcpdump.c 163 static void print_packet(u_char *, const struct pcap_pkthdr *, const u_char *);
164 static void ndo_default_print(netdissect_options *, const u_char *, u_int);
165 static void dump_packet_and_trunc(u_char *, const struct pcap_pkthdr *, const u_char *);
166 static void dump_packet(u_char *, const struct pcap_pkthdr *, const u_char *);
1015 u_char *pcap_userdata;
    [all...]
print-nfs.c 49 static int xid_map_enter(netdissect_options *, const struct sunrpc_msg *, const u_char *);
50 static int xid_map_find(const struct sunrpc_msg *, const u_char *,
204 const u_char *bp, const char *s, const char *d)
333 register const u_char *bp, u_int length,
334 register const u_char *bp2)
364 register const u_char *bp, u_int length,
365 register const u_char *bp2)
488 register const u_char *cp;
499 cp = (u_char *)dp;
532 register const u_char *bp, u_int length
    [all...]
print-cnfp.c 157 cnfp_v1_print(netdissect_options *ndo, const u_char *cp)
247 cnfp_v5_print(netdissect_options *ndo, const u_char *cp)
344 cnfp_v6_print(netdissect_options *ndo, const u_char *cp)
444 cnfp_print(netdissect_options *ndo, const u_char *cp)
print-nflog.c 70 const struct pcap_pkthdr *h, const u_char *p)
print-pflog.c 108 register const u_char *p)
print-ripng.c 110 ripng_print(netdissect_options *ndo, const u_char *dat, unsigned int length)
print-sll.c 195 sll_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char *p)
  /bionic/libc/dns/nameser/
ns_print.c 58 static int charstr(const u_char *rdata, const u_char *edata,
60 static int addname(const u_char *msg, size_t msglen,
61 const u_char **p, const char *origin,
108 ns_sprintrrf(const u_char *msg, size_t msglen,
110 u_long ttl, const u_char *rdata, size_t rdlen,
115 const u_char *edata = rdata + rdlen;
1142 charstr(const u_char *rdata, const u_char *edata, char **buf, size_t *buflen) {
1143 const u_char *odata = rdata
    [all...]
  /external/libedit/src/
vis.c 101 #define iswoctal(c) (((u_char)(c)) >= L'0' && ((u_char)(c)) <= L'7')
228 *dst++ = (u_char)(((u_int32_t)(u_char)c >> 6) & 03) + L'0';
229 *dst++ = (u_char)(((u_int32_t)(u_char)c >> 3) & 07) + L'0';
323 dst[i] = (wint_t)(u_char)src[i];
412 *src = (wint_t)(u_char)*mbsrc;
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_winpcap.c 102 static void l2_packet_receive_cb(u_char *user, const struct pcap_pkthdr *hdr,
103 const u_char *pkt_data)
134 (u_char *) l2);
  /external/iputils/
rdisc.c 121 u_char icmp_type; /* type of message, see below */
122 u_char icmp_code; /* type sub code */
124 u_char icmp_num_addrs;
125 u_char icmp_wpa; /* Words per address */
462 u_char packet[MAXPACKET];
542 static u_char outpack[MAXPACKET];
586 static u_char outpack[MAXPACKET];
941 sum += ODDBYTE(*(u_char *)w); /* le16toh() may be unavailable on old systems */
1265 u_char ttl = 1;
    [all...]
  /external/ppp/pppd/plugins/radius/
radius.c 344 u_char cpassword[MAX_RESPONSE_LEN + 1];
415 u_char *p = cpassword;
434 u_char *p = cpassword;
771 u_char plain[32];
772 u_char buf[16];
824 u_char *salt = vp->strvalue;
825 u_char *crypt = vp->strvalue + 2;
826 u_char plain[32];
827 u_char buf[MD5_HASH_SIZE];
    [all...]
  /system/extras/ext4_utils/
sha1.c 60 u_char c[64];
128 const u_char buffer[64];
219 const u_char *data;
248 u_char digest[20];
252 u_char finalcount[8];
258 finalcount[i] = (u_char)((context->count[(i >= 4 ? 0 : 1)]
261 SHA1Update(context, (const u_char *)"\200", 1);
263 SHA1Update(context, (const u_char *)"\0", 1);
268 digest[i] = (u_char)
  /external/clang/test/Sema/
designated-initializers.c 176 typedef unsigned char u_char; typedef
180 u_char arr1[6];

Completed in 1550 milliseconds

<<11121314151617181920>>