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

1 2 3 4 5 6 7 891011>>

  /external/tcpdump/
print-rip.c 123 register u_char *p;
125 u_char buf[RIP_AUTHLEN];
160 rip_print(const u_char *dat, u_int length)
print-pgm.c 149 pgm_print(register const u_char *bp, register u_int length,
150 register const u_char *bp2)
268 bp = (u_char *) (spm + 1);
290 bp = (u_char *) (poll + 1);
315 bp = (u_char *) (polr + 1);
347 bp = (u_char *) (odata + 1);
359 bp = (u_char *) (rdata + 1);
397 bp = (u_char *) (nak + 1);
print-sunrpc.c 70 sunrpcrequest_print(register const u_char *bp, register u_int length,
71 register const u_char *bp2)
addrtoname.c 152 u_char *e_nsap; /* used only for nsaptable[] */
226 getname(const u_char *ap)
274 getname6(const u_char *ap)
321 lookup_emem(const u_char *ep)
354 lookup_bytestring(register const u_char *bs, const unsigned int nlen)
384 tp->e_bs = (u_char *) calloc(1, nlen + 1);
396 lookup_nsap(register const u_char *nsap)
401 const u_char *ensap = nsap + nlen - 6;
425 tp->e_nsap = (u_char *)malloc(nlen + 1);
439 lookup_protoid(const u_char *pi
    [all...]
dccp.h 94 return (struct dccp_hdr_data *)(((u_char *)hdrg) + sizeof(hdrg) + ext);
print-mobility.c 92 mobility_opt_print(const u_char *bp, int len)
171 mobility_print(const u_char *bp, const u_char *bp2 _U_)
174 const u_char *ep;
print-null.c 88 null_if_print(const struct pcap_pkthdr *h, const u_char *p)
print-olsr.c 161 olsr_print_lq_neighbor (const u_char *msg_data, u_int hello_len)
184 olsr_print_neighbor (const u_char *msg_data, u_int hello_len)
205 olsr_print (const u_char *pptr, u_int length)
219 const u_char *tptr, *msg_data;
print-syslog.c 85 syslog_print(register const u_char *pptr, register u_int len)
print-vrrp.c 88 vrrp_print(register const u_char *bp, register u_int len, int ttl)
  /external/ppp/pppd/
lcp.c 200 static u_char nak_buffer[PPP_MRU]; /* where we construct a nak packet */
207 static void lcp_addci __P((fsm *, u_char *, int *)); /* Add our CI to pkt */
208 static int lcp_ackci __P((fsm *, u_char *, int)); /* Peer ack'd our CI */
209 static int lcp_nakci __P((fsm *, u_char *, int, int)); /* Peer nak'd our CI */
210 static int lcp_rejci __P((fsm *, u_char *, int)); /* Peer rej'd our CI */
211 static int lcp_reqci __P((fsm *, u_char *, int *, int)); /* Rcv peer CI */
216 static int lcp_extcode __P((fsm *, int, int, u_char *, int));
217 static void lcp_rprotrej __P((fsm *, u_char *, int));
226 static void lcp_received_echo_reply __P((fsm *, int, u_char *, int));
255 static void lcp_input __P((int, u_char *, int))
    [all...]
  /external/chromium/third_party/libevent/
buffer.c 213 u_char *data = EVBUFFER_DATA(buffer);
352 u_char *p;
426 u_char *
427 evbuffer_find(struct evbuffer *buffer, const u_char *what, size_t len)
429 u_char *search = buffer->buffer, *end = search + buffer->off;
430 u_char *p;
  /external/ipsec-tools/src/racoon/
isakmp_var.h 44 typedef u_char cookie_t[8];
45 typedef u_char msgid_t[4];
str2val.c 62 snprintf(&new[j], len - j, "%02x", (u_char)buf[i]);
  /external/libpcap/
pcap-win32.c 104 pcap_read_win32_npf(pcap_t *p, int cnt, pcap_handler callback, u_char *user)
108 register u_char *bp, *ep;
189 pcap_read_win32_dag(pcap_t *p, int cnt, pcap_handler callback, u_char *user)
191 u_char *dp = NULL;
194 u_char *endofbuf;
236 dp = ((u_char *)header) + dag_record_size;
342 while((u_char*)header < endofbuf);
545 p->buffer = (u_char *)malloc(PcapBufSize);
  /system/core/toolbox/
syren.c 21 u_char page;
22 u_char addr;
  /bootable/recovery/applypatch/
bsdiff.c 121 static void qsufsort(off_t *I,off_t *V,u_char *old,off_t oldsize)
159 static off_t matchlen(u_char *old,off_t oldsize,u_char *new,off_t newsize)
169 static off_t search(off_t *I,u_char *old,off_t oldsize,
170 u_char *new,off_t newsize,off_t st,off_t en,off_t *pos)
195 static void offtout(off_t x,u_char *buf)
224 int bsdiff(u_char* old, off_t oldsize, off_t** IP, u_char* new, off_t newsize,
236 u_char *db,*eb;
237 u_char buf[8]
    [all...]
  /bionic/libc/netbsd/resolv/
res_debug.c 241 res_pquery(const res_state statp, const u_char *msg, int len, FILE *file) {
312 const u_char *
313 p_cdnname(const u_char *cp, const u_char *msg, int len, FILE *file) {
326 const u_char *
327 p_cdname(const u_char *cp, const u_char *msg, FILE *file) {
334 const u_char *
336 const u_char *cp, *msg;
357 const u_char *
    [all...]
res_query.c 130 u_char *answer, /* buffer to put answer */
133 u_char buf[MAXPACKET];
224 u_char *answer, /* buffer to put answer */
372 u_char *answer, /* buffer to put answer */
  /bionic/libc/include/sys/
types.h 116 typedef unsigned char u_char; typedef
  /development/ndk/platforms/android-3/include/sys/
types.h 116 typedef unsigned char u_char; typedef
  /external/qemu/slirp/
socket.h 40 u_char so_type; /* Type of socket, UDP or TCP */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
types.h 114 typedef unsigned char u_char; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
types.h 114 typedef unsigned char u_char; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
types.h 114 typedef unsigned char u_char; typedef

Completed in 428 milliseconds

1 2 3 4 5 6 7 891011>>