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

1 2 34 5 6 7 8 91011>>

  /external/tcpdump/
print-ah.c 44 ah_print(register const u_char *bp)
47 register const u_char *ep;
print-ipfc.c 66 register u_int length, register const u_char *ipfcsrc,
67 register const u_char *ipfcdst)
81 ipfc_print(const u_char *p, u_int length, u_int caplen)
130 ipfc_if_print(const struct pcap_pkthdr *h, register const u_char *p)
print-raw.c 45 raw_if_print(const struct pcap_pkthdr *h, const u_char *p)
print-rt6.c 44 rt6_print(register const u_char *bp, const u_char *bp2 _U_)
48 register const u_char *ep;
86 if ((u_char *)(addr + 1) > ep)
print-symantec.c 48 symantec_hdr_print(register const u_char *bp, u_int length)
80 symantec_if_print(const struct pcap_pkthdr *h, const u_char *p)
106 symantec_hdr_print((u_char *)sp, length + sizeof (struct symantec_header));
114 symantec_hdr_print((u_char *)sp, length + sizeof (struct symantec_header));
print-dhcp6.c 319 dhcp6opt_print(const u_char *cp, const u_char *ep)
322 u_char *tp;
353 tp = (u_char *)(dh6o + 1);
404 memcpy(&ia_addr, (u_char *)dh6o, sizeof(ia_addr));
416 dhcp6opt_print((u_char *)dh6o +
418 (u_char *)(dh6o + 1) + optlen);
427 tp = (u_char *)(dh6o + 1);
441 printf(" %d)", *((u_char *)(dh6o + 1) + 1));
454 dhcp6_print((const u_char *)(dh6o + 1), optlen)
    [all...]
print-timed.c 47 timed_print(register const u_char *bp)
49 #define endof(x) ((u_char *)&(x) + sizeof (x))
52 const u_char *end;
104 end = memchr(tsp->tsp_name, '\0', snapend - (u_char *)tsp->tsp_name);
109 fwrite(tsp->tsp_name, end - (u_char *)tsp->tsp_name, 1, stdout);
print-wb.c 55 ((struct dophdr *)((u_char *)(d) + \
66 u_char ph_type; /* message type */
67 u_char ph_flags; /* message flags */
95 u_char dh_flags;
96 u_char dh_type; /* body type */
192 if (len < sizeof(*id) || (u_char *)(id + 1) > snapend)
208 if ((u_char *)cp + len <= snapend) {
210 (void)fn_print((u_char *)cp, (u_char *)cp + len);
215 for (i = 0; i < nid && (u_char *)(io + 1) <= snapend; ++io, ++i)
    [all...]
print-ip.c 61 ip_printroute(register const u_char *cp, u_int length)
95 const u_char *cp;
98 cp = (const u_char *)(ip + 1);
133 ip_printts(register const u_char *cp, u_int length)
198 ip_optprint(register const u_char *cp, u_int length)
294 sum += htons(*(u_char *)w<<8);
368 const u_char *cp;
370 u_char nh;
396 (const u_char *)ipds->ip,
419 sctp_print(ipds->cp, (const u_char *)ipds->ip, ipds->len)
    [all...]
print-smb.c 30 const u_char *startbuf = NULL;
37 void (*fn)(const u_char *, const u_char *, const u_char *, const u_char *);
45 void (*fn)(const u_char *, const u_char *, int, int);
93 trans2_findfirst(const u_char *param, const u_char *data, int pcnt, int dcnt)
110 trans2_qfsinfo(const u_char *param, const u_char *data, int pcnt, int dcnt
    [all...]
print-arcnet.c 40 static int arcnet_encap_print(u_char arctype, const u_char *p,
58 arcnet_print(const u_char *bp, u_int length, int phds, int flag, u_int seqid)
110 arcnet_if_print(const struct pcap_pkthdr *h, const u_char *p)
118 u_char arc_type;
198 arcnet_linux_if_print(const struct pcap_pkthdr *h, const u_char *p)
205 u_char arc_type;
255 arcnet_encap_print(u_char arctype, const u_char *p,
  /external/grub/stage2/
defs.h 49 typedef unsigned char u_char; /* unsigned char */ typedef
  /external/libpcap/
pcap.h 44 #include <sys/socket.h> /* u_int, u_char etc. */
216 typedef void (*pcap_handler)(u_char *, const struct pcap_pkthdr *,
217 const u_char *);
226 int pcap_loop(pcap_t *, int, pcap_handler, u_char *);
227 int pcap_dispatch(pcap_t *, int, pcap_handler, u_char *);
228 const u_char*
230 int pcap_next_ex(pcap_t *, struct pcap_pkthdr **, const u_char **);
239 int pcap_sendpacket(pcap_t *, const u_char *, int);
268 void pcap_dump(u_char *, const struct pcap_pkthdr *, const u_char *);
    [all...]
pcap1.h 212 typedef void (*pcap_handler)(u_char *, const struct pcap_pkthdr *,
213 const u_char *);
221 int pcap_loop(pcap_t *, int, pcap_handler, u_char *);
222 int pcap_dispatch(pcap_t *, int, pcap_handler, u_char *);
223 const u_char*
225 int pcap_next_ex(pcap_t *, struct pcap_pkthdr **, const u_char **);
257 void pcap_dump(u_char *, const struct pcap_pkthdr *, const u_char *);
266 u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
278 int pcap_sendpacket(pcap_t *p, u_char *buf, int size)
    [all...]
pcap-int.h 83 u_char *base;
109 u_char *dag_mem_bottom; /* DAG card current memory bottom pointer */
110 u_char *dag_mem_top; /* DAG card current memory top pointer */
172 u_char *buffer;
173 u_char *bp;
179 u_char *pkt;
187 int (*read_op)(pcap_t *, int cnt, pcap_handler, u_char *);
282 int pcap_offline_read(pcap_t *, int, pcap_handler, u_char *);
283 int pcap_read(pcap_t *, int cnt, pcap_handler, u_char *);
  /bionic/libc/netbsd/resolv/
res_data.c 156 p_query(const u_char *msg) {
161 fp_query(const u_char *msg, FILE *file) {
166 fp_nquery(const u_char *msg, int len, FILE *file) {
177 const u_char *data, /* resource record data */
179 const u_char *newrr_in, /* new rr for modify or append */
180 u_char *buf, /* buffer to put query */
194 res_mkupdate(ns_updrec *rrecp_in, u_char *buf, int buflen) {
207 u_char *answer, /* buffer to put answer */
233 res_send(const u_char *buf, int buflen, u_char *ans, int anssiz)
    [all...]
  /external/ppp/pppd/
cbcp.c 67 static void cbcp_input __P((int unit, u_char *pkt, int len));
69 static int cbcp_printpkt __P((u_char *pkt, int len,
97 static void cbcp_recvreq __P((cbcp_state *us, u_char *pckt, int len));
100 static void cbcp_recvack __P((cbcp_state *us, u_char *pckt, int len));
101 static void cbcp_send __P((cbcp_state *us, int code, u_char *buf, int len));
156 u_char *inpacket;
159 u_char *inp;
160 u_char code, id;
228 u_char *p;
234 u_char *pstart
    [all...]
upap.c 84 static void upap_input __P((int, u_char *, int));
86 static int upap_printpkt __P((u_char *, int,
113 static void upap_rauthreq __P((upap_state *, u_char *, int, int));
114 static void upap_rauthack __P((upap_state *, u_char *, int, int));
115 static void upap_rauthnak __P((upap_state *, u_char *, int, int));
315 u_char *inpacket;
319 u_char *inp;
320 u_char code, id;
373 u_char *inp;
377 u_char ruserlen, rpasswdlen
    [all...]
  /bionic/libc/kernel/common/linux/mtd/
mtd.h 46 u_char state;
73 u_char type;
100 int (*point) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char **mtdbuf);
102 void (*unpoint) (struct mtd_info *mtd, u_char * addr, loff_t from, size_t len);
104 int (*read) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
105 int (*write) (struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf);
113 int (*read_fact_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
115 int (*read_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
116 int (*write_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
  /development/ndk/platforms/android-3/include/linux/mtd/
mtd.h 46 u_char state;
73 u_char type;
100 int (*point) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char **mtdbuf);
102 void (*unpoint) (struct mtd_info *mtd, u_char * addr, loff_t from, size_t len);
104 int (*read) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
105 int (*write) (struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf);
113 int (*read_fact_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
115 int (*read_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
116 int (*write_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mtd/
mtd.h 46 u_char state;
73 u_char type;
100 int (*point) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char **mtdbuf);
102 void (*unpoint) (struct mtd_info *mtd, u_char * addr, loff_t from, size_t len);
104 int (*read) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
105 int (*write) (struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf);
113 int (*read_fact_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
115 int (*read_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
116 int (*write_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/mtd/
mtd.h 46 u_char state;
73 u_char type;
100 int (*point) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char **mtdbuf);
102 void (*unpoint) (struct mtd_info *mtd, u_char * addr, loff_t from, size_t len);
104 int (*read) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
105 int (*write) (struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf);
113 int (*read_fact_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
115 int (*read_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
116 int (*write_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/mtd/
mtd.h 46 u_char state;
73 u_char type;
100 int (*point) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char **mtdbuf);
102 void (*unpoint) (struct mtd_info *mtd, u_char * addr, loff_t from, size_t len);
104 int (*read) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
105 int (*write) (struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf);
113 int (*read_fact_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
115 int (*read_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
116 int (*write_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/mtd/
mtd.h 46 u_char state;
73 u_char type;
100 int (*point) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char **mtdbuf);
102 void (*unpoint) (struct mtd_info *mtd, u_char * addr, loff_t from, size_t len);
104 int (*read) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
105 int (*write) (struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf);
113 int (*read_fact_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
115 int (*read_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
116 int (*write_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/mtd/
mtd.h 46 u_char state;
73 u_char type;
100 int (*point) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char **mtdbuf);
102 void (*unpoint) (struct mtd_info *mtd, u_char * addr, loff_t from, size_t len);
104 int (*read) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
105 int (*write) (struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf);
113 int (*read_fact_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
115 int (*read_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
116 int (*write_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);

Completed in 461 milliseconds

1 2 34 5 6 7 8 91011>>