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

<<11121314151617181920>>

  /external/tcpdump/
print-vqp.c 101 vqp_print(netdissect_options *ndo, register const u_char *pptr, register u_int len)
106 const u_char *tptr;
print-vrrp.c 106 register const u_char *bp, register u_int len,
107 register const u_char *bp2, int ttl)
smbutil.c 25 extern const u_char *startbuf;
73 make_unix_date(const u_char *date_ptr)
87 make_unix_date2(const u_char *date_ptr)
101 interpret_long_date(const u_char *p)
129 const u_char *in, const u_char *maxbuf, char *out)
168 static const u_char *
170 const u_char *buf, int ofs, const u_char *maxbuf)
172 const u_char *p
    [all...]
print-802_11.c 194 u_char ssid[33]; /* 32 + 1 for null */
274 u_char ap[IEEE802_11_AP_LEN];
    [all...]
print-cip.c 61 cip_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char *p)
print-enc.c 89 const struct pcap_pkthdr *h, register const u_char *p)
print-lwapp.c 165 const u_char *pptr, u_int len, int has_ap_ident)
169 const u_char *tptr;
288 const u_char *pptr, u_int len)
291 const u_char *tptr;
print-m3ua.c 213 const u_char *buf, const uint16_t tag, const uint16_t size)
253 const u_char *buf, const u_int size)
255 const u_char *p = buf;
301 const u_char *buf, const u_int size)
print-mobility.c 105 const u_char *bp, const unsigned len)
188 const u_char *bp, const u_char *bp2 _U_)
191 const u_char *ep;
print-msdp.c 33 msdp_print(netdissect_options *ndo, const u_char *sp, u_int length)
print-null.c 75 null_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char *p)
print-ospf6.c 387 register const struct lsa6_hdr *lshp, const u_char *dataend)
389 if ((u_char *)(lshp + 1) > dataend)
450 register const struct lsa6 *lsap, const u_char *dataend)
483 if (length < sizeof(struct lsa6_hdr) || (u_char *)lsap + length > dataend)
724 register const u_char *dataend)
759 while ((u_char *)ap < dataend) {
786 while ((u_char *)lshp < dataend) {
797 while ((u_char *)lsrp < dataend) {
815 while ((u_char *)lsap < dataend && i--) {
818 lsap = (struct lsa6 *)((u_char *)lsap
    [all...]
print-pim.c 133 u_char pim_rsv; /* Reserved */
137 static void pimv2_print(netdissect_options *, register const u_char *bp, register u_int len, u_int cksum);
141 register const u_char *bp, register u_int len)
228 register const u_char *bp, register u_int len)
230 register const u_char *ep;
231 register u_char type;
233 ep = (const u_char *)ndo->ndo_snapend;
323 register const u_char *bp, register u_int len)
418 register const u_char *bp, register u_int len, u_int cksum)
420 register const u_char *ep
    [all...]
print-syslog.c 80 register const u_char *pptr, register u_int len)
print-tcp.c 63 const u_char *data, int length, const u_char *rcvsig);
66 static void print_tcp_rst_data(netdissect_options *, register const u_char *sp, u_int length);
154 register const u_char *bp, register u_int length,
155 register const u_char *bp2, int fragmented)
159 register u_char flags;
430 register const u_char *cp;
435 cp = (const u_char *)tp + sizeof(*tp);
743 nfsreq_print_noaddr(ndo, (u_char *)rp, fraglen, (u_char *)ip)
    [all...]
print-token.c 109 register const u_char *fsrc, register const u_char *fdst)
149 token_print(netdissect_options *ndo, const u_char *p, u_int length, u_int caplen)
247 token_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char *p)
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd.h 75 u_char *db; /* buffer address */
76 u_char *dbp; /* current buffer I/O address */
  /bionic/libc/dns/resolv/
res_send.c 142 static int send_vc(res_state, const u_char *, int,
143 u_char *, int, int *, int,
145 static int send_dg(res_state, const u_char *, int,
146 u_char *, int, int *, int,
158 void res_pquery(const res_state, const u_char *, int, FILE *);
287 const u_char *buf, const u_char *eom)
289 const u_char *cp = buf + HFIXEDSZ;
323 res_queriesmatch(const u_char *buf1, const u_char *eom1
    [all...]
res_query.c 131 u_char *answer, /* buffer to put answer */
134 u_char buf[MAXPACKET];
225 u_char *answer, /* buffer to put answer */
382 u_char *answer, /* buffer to put answer */
  /development/ndk/platforms/android-3/include/sys/
types.h 110 typedef unsigned char u_char; typedef
  /external/ipsec-tools/src/racoon/
str2val.c 62 snprintf(&new[j], len - j, "%02x", (u_char)buf[i]);
  /external/libpcap/
dlpisubs.c 121 pcap_process_pkts(pcap_t *p, pcap_handler callback, u_char *user,
122 int count, u_char *bufp, int len)
126 u_char *ep, *pk;
329 p->buffer = (u_char *)malloc(p->bufsize + p->offset);
  /external/libpcap/pcap/
bpf.h 492 * u_char firewire_dhost[FIREWIRE_EUI64_LEN];
493 * u_char firewire_shost[FIREWIRE_EUI64_LEN];
    [all...]
  /external/ppp/pppd/
chap-md5.c 98 MD5_Update(&ctx, (u_char *)secret, secret_len);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
types.h 110 typedef unsigned char u_char; typedef

Completed in 1453 milliseconds

<<11121314151617181920>>