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

<<11121314151617181920>>

  /external/tcpdump/
print-pptp.c 101 u_char hostname[64];
102 u_char vendor[64];
113 u_char hostname[64];
114 u_char vendor[64];
151 u_char phone_no[64];
152 u_char subaddr[64];
174 u_char dialed_no[64]; /* DNIS */
175 u_char dialing_no[64]; /* CLID */
176 u_char subaddr[64];
209 u_char call_stats[128]
    [all...]
print-rx.c 491 static void rx_cache_insert(netdissect_options *, const u_char *, const struct ip *, int);
495 static void fs_print(netdissect_options *, const u_char *, int);
496 static void fs_reply_print(netdissect_options *, const u_char *, int, int32_t);
497 static void acl_print(netdissect_options *, u_char *, int, u_char *);
498 static void cb_print(netdissect_options *, const u_char *, int);
499 static void cb_reply_print(netdissect_options *, const u_char *, int, int32_t);
500 static void prot_print(netdissect_options *, const u_char *, int);
501 static void prot_reply_print(netdissect_options *, const u_char *, int, int32_t);
502 static void vldb_print(netdissect_options *, const u_char *, int)
    [all...]
print-snmp.c 258 u_char oid; /* sub-id following parent */
259 u_char type; /* object type (unused) */
331 const u_char *str;
338 u_char form, class; /* tag info */
339 u_char type;
404 register const u_char *p, u_int len, struct be *elem)
406 u_char form, class, id;
430 form = (u_char)(*p & ASN_FORM_BITS) >> ASN_FORM_SHIFT;
431 class = (u_char)(*p & ASN_CLASS_BITS) >> ASN_CLASS_SHIFT;
664 u_char *p = (u_char *)elem->data.raw
    [all...]
print-igrp.c 104 igrp_print(netdissect_options *ndo, register const u_char *bp, u_int length)
107 register u_char *cp;
111 cp = (u_char *)(hdr + 1);
print-pktap.c 70 pktap_header_print(netdissect_options *ndo, const u_char *bp, u_int length)
97 const struct pcap_pkthdr *h, const u_char *p)
150 pktap_header_print(ndo, (u_char *)hdr,
smb.h 122 const u_char *smb_fdata(netdissect_options *, const u_char *, const char *, const u_char *, int);
print-aodv.c 207 aodv_rreq(netdissect_options *ndo, const u_char *dat, u_int length)
238 aodv_rrep(netdissect_options *ndo, const u_char *dat, u_int length)
266 aodv_rerr(netdissect_options *ndo, const u_char *dat, u_int length)
297 aodv_v6_rreq(netdissect_options *ndo, const u_char *dat, u_int length)
299 aodv_v6_rreq(netdissect_options *ndo, const u_char *dat _U_, u_int length)
336 aodv_v6_rrep(netdissect_options *ndo, const u_char *dat, u_int length)
338 aodv_v6_rrep(netdissect_options *ndo, const u_char *dat _U_, u_int length)
372 aodv_v6_rerr(netdissect_options *ndo, const u_char *dat, u_int length)
374 aodv_v6_rerr(netdissect_options *ndo, const u_char *dat _U_, u_int length)
410 aodv_v6_draft_01_rreq(netdissect_options *ndo, const u_char *dat, u_int length
    [all...]
print-beep.c 40 beep_print(netdissect_options *ndo, const u_char *bp, u_int length)
print-bt.c 41 bt_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char *p)
print-carp.c 48 carp_print(netdissect_options *ndo, register const u_char *bp, register u_int len, int ttl)
print-chdlc.c 35 static void chdlc_slarp_print(netdissect_options *, const u_char *, u_int);
46 chdlc_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, register const u_char *p)
59 chdlc_print(netdissect_options *ndo, register const u_char *p, u_int length)
137 chdlc_slarp_print(netdissect_options *ndo, const u_char *cp, u_int length)
print-sctp.c 495 const u_char *bp, /* beginning of sctp packet */
496 const u_char *bp2, /* beginning of enclosing */
514 endPacketPtr = (const u_char*)sctpPktHdr+sctpPacketLength;
573 ((const u_char*) sctpPktHdr + sizeof(struct sctpHeader));
576 ((const u_char *) chunkDescPtr + sizeof(struct sctpChunkDesc))
582 const u_char *chunkEnd;
593 chunkEnd = ((const u_char*)chunkDescPtr + chunkLength);
610 const u_char *payloadPtr;
650 payloadPtr = (const u_char *) (dataHdrPtr + 1);
721 const u_char *dupTSN
    [all...]
print-mpls.c 59 mpls_print(netdissect_options *ndo, const u_char *bp, u_int length)
61 const u_char *p;
  /external/ppp/pppd/
pppd.h 120 #define OPT_A2OR 0x800 /* for o_bool, OR arg to *(u_char *)addr2 */
130 #define OPT_A2CLRB 0x20000 /* o_bool, clr val bits in *(u_char *)addr2 */
218 extern u_char outpacket_buf[]; /* Buffer for outgoing packets */
402 void (*input) __P((int unit, u_char *pkt, int len));
414 int (*printpkt) __P((u_char *pkt, int len, printer_func printer,
417 void (*datainput) __P((int unit, u_char *pkt, int len));
427 int (*active_pkt) __P((u_char *pkt, int len));
524 void log_packet __P((u_char *, int, char *, int));
543 void dump_packet __P((const char *, u_char *, int));
627 void output __P((int, u_char *, int)); /* Output a PPP packet *
    [all...]
eap.c 115 static void eap_input __P((int unit, u_char *inp, int inlen));
119 static int eap_printpkt __P((u_char *inp, int inlen,
145 static const u_char wkmodulus[] = {
209 esp->es_server.ea_id = (u_char)(drand48() * 0x100);
268 u_char *outp;
293 u_char *outp;
321 u_char dig[SHA_DIGESTSIZE];
347 u_char *inp;
349 u_char *outp;
373 u_char *outp
    [all...]
  /external/libpcap/tests/
selpolltest.c 42 static void countme(u_char *, const struct pcap_pkthdr *, const u_char *);
182 (u_char *)&packet_count);
228 (u_char *)&packet_count);
239 (u_char *)&packet_count);
267 countme(u_char *user, const struct pcap_pkthdr *h, const u_char *sp)
  /system/core/toolbox/upstream-netbsd/bin/dd/
conv.c 65 u_char *inp;
66 const u_char *t;
122 u_char *inp, *outp;
123 const u_char *t;
233 u_char *inp;
234 const u_char *t;
267 u_char *t;
  /external/libpcap/bpf/net/
bpf_filter.c 111 ((u_short)*((u_char *)p+0)<<8|\
112 (u_short)*((u_char *)p+1)<<0))
114 ((u_int32)*((u_char *)p+0)<<24|\
115 (u_int32)*((u_char *)p+1)<<16|\
116 (u_int32)*((u_char *)p+2)<<8|\
117 (u_int32)*((u_char *)p+3)<<0)
142 register u_char *cp, *np;
146 cp = mtod(m, u_char *) + k;
155 np = mtod(m0, u_char *);
178 register u_char *cp
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/net/
inet_ntop.c 34 static const char *inet_ntop4(const u_char *src, char *dst, size_t size);
35 static const char *inet_ntop6(const u_char *src, char *dst, size_t size);
67 * (2) takes a u_char* not an in_addr as input
72 inet_ntop4(const u_char *src, char *dst, size_t size)
94 inet_ntop6(const u_char *src, char *dst, size_t size)
  /external/fsck_msdos/
fat.c 53 static int _readfat(int, struct bootblock *, int, u_char **);
77 u_char *buffer;
169 _readfat(int fs, struct bootblock *boot, int no, u_char **buffer)
210 u_char *buffer, *p;
555 u_char *buffer, *p;
571 *p++ = (u_char)boot->Media;
589 u_char *old_fat;
619 *p++ = (u_char)fat[cl].next;
620 *p++ = (u_char)(fat[cl].next >> 8);
621 *p++ = (u_char)(fat[cl].next >> 16)
    [all...]
  /external/libevent/
event.h 66 typedef unsigned char u_char; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
types.h 72 typedef __u_char u_char; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
types.h 73 typedef __u_char u_char; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wshisotp.h 34 u_char tp_addr[ISO_MAX_ADDR_LENGTH];
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.h 83 struct sockaddr *sa, socklen_t *salenptr, struct my_in_pktinfo *pktp, u_char *ttl);
87 u_char ifi_haddr[IFI_HADDR]; /* hardware address */

Completed in 1958 milliseconds

<<11121314151617181920>>