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

1 2 3 4 5 6 7 891011>>

  /external/tcpdump/
smb.h 122 const u_char *smb_fdata(netdissect_options *, const u_char *, const char *, const u_char *, int);
addrtostr.c 64 const u_char *srcaddr = (const u_char *)src;
108 const u_char *srcaddr = (const u_char *)src;
print-beep.c 49 beep_print(netdissect_options *ndo, const u_char *bp, u_int length)
print-bt.c 42 bt_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char *p)
print-carp.c 49 carp_print(netdissect_options *ndo, register const u_char *bp, register u_int len, int ttl)
print-medsa.c 49 u_char bytes[6];
91 u_char tag = TAG(medsa);
134 ND_DEFAULTPRINT((const u_char *)medsa, caplen);
141 const u_char *bp, u_int length, u_int caplen,
print-llc.c 150 llc_print(netdissect_options *ndo, const u_char *p, u_int length, u_int caplen,
160 ND_DEFAULTPRINT((const u_char *)p, caplen);
165 ND_DEFAULTPRINT((const u_char *)p, caplen);
192 ND_DEFAULTPRINT((const u_char *)p, caplen);
197 ND_DEFAULTPRINT((const u_char *)p, caplen);
372 ND_DEFAULTPRINT((const u_char *)p, caplen);
379 ND_DEFAULTPRINT((const u_char *)p, caplen);
420 snap_print(netdissect_options *ndo, const u_char *p, u_int length, u_int caplen,
print-mpls.c 60 mpls_print(netdissect_options *ndo, const u_char *bp, u_int length)
62 const u_char *p;
print-udld.c 97 udld_print (netdissect_options *ndo, const u_char *pptr, u_int length)
100 const u_char *tptr;
  /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...]
  /external/ppp/pppd/
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...]
  /bionic/libc/upstream-openbsd/lib/libc/net/
inet_ntop.c 33 static const char *inet_ntop4(const u_char *src, char *dst, size_t size);
34 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)
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
ns_addr.c 58 static void Field (char *buf, u_char *out, int len);
101 Field(socketname, (u_char *)&addr.x_port, 2);
112 u_char *out,
237 result[--reslen] = (u_char)sum; /* accumulate remainder */
inet_net_ntop.c 39 static char * inet_net_ntop_ipv4 (const u_char *src, int bits,
85 const u_char *src,
  /device/linaro/bootloader/edk2/StdLib/LibC/NetUtil/
inet_ntop.c 61 static const char *inet_ntop4(const u_char *src, char *dst, socklen_t size);
62 static const char *inet_ntop6(const u_char *src, char *dst, socklen_t size);
98 * (2) takes a u_char* not an in_addr as input
103 inet_ntop4(const u_char *src, char *dst, socklen_t size)
129 inet_ntop6(const u_char *src, char *dst, socklen_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...]
  /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];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
addrinfo.h 150 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(u_char) * 2)
151 #define _SS_PAD2SIZE (_SS_MAXSIZE - sizeof(u_char) * 2 - \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
addrinfo.h 149 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(u_char) * 2)
150 #define _SS_PAD2SIZE (_SS_MAXSIZE - sizeof(u_char) * 2 - \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
addrinfo.h 159 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(u_char) * 2)
160 #define _SS_PAD2SIZE (_SS_MAXSIZE - sizeof(u_char) * 2 - \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
addrinfo.h 150 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(u_char) * 2)
151 #define _SS_PAD2SIZE (_SS_MAXSIZE - sizeof(u_char) * 2 - \
  /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 */
  /external/python/cpython2/Modules/
addrinfo.h 149 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(u_char) * 2)
150 #define _SS_PAD2SIZE (_SS_MAXSIZE - sizeof(u_char) * 2 - \
  /external/python/cpython3/Modules/
addrinfo.h 145 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(u_char) * 2)
146 #define _SS_PAD2SIZE (_SS_MAXSIZE - sizeof(u_char) * 2 - \

Completed in 2796 milliseconds

1 2 3 4 5 6 7 891011>>