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

1 2 3 4 56 7 8 91011>>

  /external/tcpdump/
print-sctp.c 62 void sctp_print(const u_char *bp, /* beginning of sctp packet */
63 const u_char *bp2, /* beginning of enclosing */
79 endPacketPtr = (const u_char*)sctpPktHdr+sctpPacketLength;
130 ((const u_char*) sctpPktHdr + sizeof(struct sctpHeader));
133 ((const u_char *) chunkDescPtr + sizeof(struct sctpChunkDesc))
139 const u_char *chunkEnd;
150 chunkEnd = ((const u_char*)chunkDescPtr + chunkLength);
199 const u_char *payloadPtr;
204 payloadPtr = (const u_char *) (++dataHdrPtr);
266 const u_char *dupTSN
    [all...]
print-domain.c 56 static const u_char *
57 ns_nskip(register const u_char *cp)
59 register u_char i;
88 static const u_char *
89 blabel_print(const u_char *cp)
92 const u_char *bitp, *lim;
125 labellen(const u_char *cp)
147 static const u_char *
148 ns_nprint(register const u_char *cp, register const u_char *bp
    [all...]
print-radius.c 139 static void print_attr_string(register u_char *, u_int, u_short );
140 static void print_attr_num(register u_char *, u_int, u_short );
141 static void print_vendor_attr(register u_char *, u_int, u_short );
142 static void print_attr_address(register u_char *, u_int, u_short);
143 static void print_attr_time(register u_char *, u_int, u_short);
144 static void print_attr_strange(register u_char *, u_int, u_short);
338 u_char siz_subtypes; /* Size of total standard values */
339 u_char first_subtype; /* First standard value is 0 or 1 */
340 void (*print_func)(register u_char *, u_int, u_short );
448 print_attr_string(register u_char *data, u_int length, u_short attr_code
    [all...]
print-cdp.c 84 static int cdp_print_addr(const u_char *, int);
85 static int cdp_print_prefixes(const u_char *, int);
86 static unsigned long cdp_get_number(const u_char *, int);
89 cdp_print(const u_char *pptr, u_int length, u_int caplen)
92 const u_char *tptr;
237 cdp_print_addr(const u_char * p, int l)
240 const u_char *endp = p + l;
242 static u_char prot_ipv6[] = {
335 cdp_print_prefixes(const u_char * p, int l)
357 static unsigned long cdp_get_number(const u_char * p, int l
    [all...]
print-rx.c 402 static void rx_cache_insert(const u_char *, const struct ip *, int);
406 static void fs_print(const u_char *, int);
407 static void fs_reply_print(const u_char *, int, int32_t);
408 static void acl_print(u_char *, int, u_char *);
409 static void cb_print(const u_char *, int);
410 static void cb_reply_print(const u_char *, int, int32_t);
411 static void prot_print(const u_char *, int);
412 static void prot_reply_print(const u_char *, int, int32_t);
413 static void vldb_print(const u_char *, int)
    [all...]
print-esp.c 78 u_char secret[256]; /* is that big enough for all secrets? */
222 u_char espsecret_key[256];
329 const u_char *bp, const int length, const u_char *bp2
346 register const u_char *ep;
356 u_char *secret;
358 u_char *ivoff;
359 u_char *p;
379 p = (u_char *)&secret;
385 if ((u_char *)(esp + 1) >= ep)
    [all...]
print-eap.c 54 register const u_char *cp,
print-igrp.c 80 igrp_print(register const u_char *bp, u_int length, const u_char *bp2 _U_)
83 register u_char *cp;
87 cp = (u_char *)(hdr + 1);
print-token.c 61 register const u_char *fsrc, register const u_char *fdst)
101 token_print(const u_char *p, u_int length, u_int caplen)
191 token_if_print(const struct pcap_pkthdr *h, const u_char *p)
print-ppp.c 409 static void handle_ctrl_proto (u_int proto,const u_char *p, int length);
410 static void handle_chap (const u_char *p, int length);
411 static void handle_pap (const u_char *p, int length);
412 static void handle_bap (const u_char *p, int length);
413 static void handle_mlppp(const u_char *p, int length);
414 static int print_lcp_config_options (const u_char *p, int);
415 static int print_ipcp_config_options (const u_char *p, int);
416 static int print_ip6cp_config_options (const u_char *p, int);
417 static int print_ccp_config_options (const u_char *p, int);
418 static int print_bacp_config_options (const u_char *p, int)
    [all...]
  /bionic/libc/netbsd/net/
base64.c 138 u_char const *src;
144 u_char input[3] = { 0, 0, 0 }; /* make compiler happy */
145 u_char output[4];
217 u_char *target;
230 while ((ch = (u_char) *src++) != '\0') {
302 for (; ch != '\0'; ch = (u_char) *src++)
317 for (; ch != '\0'; ch = (u_char) *src++)
  /bionic/libc/netbsd/resolv/
res_mkquery.c 121 const u_char *data, /* resource record data */
123 const u_char *newrr_in, /* new rr for modify or append */
124 u_char *buf, /* buffer to put query */
128 register u_char *cp, *ep;
130 u_char *dnptrs[20], **dpp, **lastdnptr;
233 u_char *buf, /* buffer to put query */
238 register u_char *cp, *ep;
  /external/fsck_msdos/
dir.c 101 static u_char calcShortSum(u_char *);
104 static int removede(int, struct bootblock *, struct fatEntry *, u_char *,
105 u_char *, cl_t, cl_t, cl_t, char *, int);
106 static int checksize(struct bootblock *, struct fatEntry *, u_char *,
196 static u_char
197 calcShortSum(u_char *p)
199 u_char sum = 0;
214 static u_char *buffer = NULL;
215 static u_char *delbuf = NULL
    [all...]
boot.c 55 u_char block[DOSBOOTBLOCKSIZE];
56 u_char fsinfo[2 * DOSBOOTBLOCKSIZE];
57 u_char backup[DOSBOOTBLOCKSIZE];
259 u_char fsinfo[2 * DOSBOOTBLOCKSIZE];
267 fsinfo[0x1e8] = (u_char)boot->FSFree;
268 fsinfo[0x1e9] = (u_char)(boot->FSFree >> 8);
269 fsinfo[0x1ea] = (u_char)(boot->FSFree >> 16);
270 fsinfo[0x1eb] = (u_char)(boot->FSFree >> 24);
271 fsinfo[0x1ec] = (u_char)boot->FSNext;
272 fsinfo[0x1ed] = (u_char)(boot->FSNext >> 8)
    [all...]
  /external/libpcap/
nametoaddr.c 404 u_char *
407 register u_char *ep, *e;
410 e = ep = (u_char *)malloc(6);
428 u_char *
432 register u_char *ap;
448 ap = (u_char *)malloc(6);
470 u_char *
473 register u_char *ap;
474 u_char a[6];
478 ap = (u_char *)malloc(6)
    [all...]
  /external/ppp/pppd/include/net/
ppp-comp.h 62 void *(*comp_alloc) __P((u_char *options, int opt_len));
66 int (*comp_init) __P((void *state, u_char *options, int opt_len,
77 void *(*decomp_alloc) __P((u_char *options, int opt_len));
81 int (*decomp_init) __P((void *state, u_char *options, int opt_len,
205 u_char *ptr = ci; /* u_char[4] */ \
227 u_char *ptr = ci; /* u_char[4] */ \
  /bionic/libc/netbsd/inet/
nsap_addr.c 51 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) {
52 u_char c, nib;
90 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) {
  /external/libpcap/bpf/net/
bpf_filter.c 107 ((u_short)*((u_char *)p+0)<<8|\
108 (u_short)*((u_char *)p+1)<<0))
110 ((u_int32)*((u_char *)p+0)<<24|\
111 (u_int32)*((u_char *)p+1)<<16|\
112 (u_int32)*((u_char *)p+2)<<8|\
113 (u_int32)*((u_char *)p+3)<<0)
138 register u_char *cp, *np;
142 cp = mtod(m, u_char *) + k;
151 np = mtod(m0, u_char *);
174 register u_char *cp
    [all...]
  /external/qemu/slirp/
tcp_var.h 121 u_char snd_scale; /* window scaling for send window */
122 u_char rcv_scale; /* window scaling for recv window */
123 u_char request_r_scale; /* pending window scaling */
124 u_char requested_s_scale;
  /external/qemu/slirp-android/
tcp_var.h 126 u_char snd_scale; /* window scaling for send window */
127 u_char rcv_scale; /* window scaling for recv window */
128 u_char request_r_scale; /* pending window scaling */
129 u_char requested_s_scale;
  /external/yaffs2/yaffs2/mtdemul/
nandemul2k.c 281 size_t *retlen, u_char *buf);
283 size_t *retlen, u_char *buf, u_char *oob_buf, struct nand_oobinfo *dummy);
285 size_t *retlen, u_char *buf);
287 size_t *retlen, const u_char *buf);
289 size_t *retlen, const u_char *buf,
290 u_char *oob_buf, struct nand_oobinfo *dummy);
292 size_t *retlen, const u_char *buf);
309 size_t *retlen, u_char *buf)
319 size_t *retlen, u_char *buf, u_char *oob_buf,struct nand_oobinfo *oobsel
    [all...]
  /external/kernel-headers/original/linux/mtd/
mtd.h 48 u_char state;
103 u_char type;
154 int (*point) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char **mtdbuf);
157 void (*unpoint) (struct mtd_info *mtd, u_char * addr, loff_t from, size_t len);
160 int (*read) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
161 int (*write) (struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf);
174 int (*read_fact_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
176 int (*read_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
177 int (*write_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 42 typedef u_char rpc_uint8;
46 typedef u_char rpc_byte;
73 u_char month;
74 u_char day_of_week;
75 u_char day;
76 u_char hour;
77 u_char minute;
78 u_char second;
104 u_char confidence_horizontal;
105 u_char confidence_vertical
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 48 typedef u_char rpc_uint8;
52 typedef u_char rpc_byte;
79 u_char month;
80 u_char day_of_week;
81 u_char day;
82 u_char hour;
83 u_char minute;
84 u_char second;
110 u_char confidence_horizontal;
111 u_char confidence_vertical
    [all...]
  /external/ppp/pppd/
fsm.c 61 static void fsm_rconfreq __P((fsm *, int, u_char *, int));
62 static void fsm_rconfack __P((fsm *, int, u_char *, int));
63 static void fsm_rconfnakrej __P((fsm *, int, int, u_char *, int));
64 static void fsm_rtermreq __P((fsm *, int, u_char *, int));
66 static void fsm_rcoderej __P((fsm *, u_char *, int));
223 (u_char *) f->term_reason, f->term_reason_len);
299 (u_char *) f->term_reason, f->term_reason_len);
336 u_char *inpacket;
339 u_char *inp;
340 u_char code, id
    [all...]

Completed in 550 milliseconds

1 2 3 4 56 7 8 91011>>