HomeSort by relevance Sort by last modified time
    Searched full:u_char (Results 1 - 25 of 496) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsvns.h 11 u_char net_address[4];
12 u_char subnet_addr[2];
13 u_char port[2];
14 u_char hops;
15 u_char filler[5];
af_irda.h 97 u_char nTXPackets;
98 u_char nRXPackets;
103 u_char irdaDeviceID[4];
108 u_char irdaDeviceID[4];
110 u_char irdaDeviceHints1;
111 u_char irdaDeviceHints2;
112 u_char irdaCharSet;
116 u_char irdaDeviceID[4];
118 u_char Reserved[2];
143 u_char OctetSeq[IAS_MAX_OCTET_STRING]
    [all...]
  /external/tcpdump/
netdissect.h 138 #define IF_PRINTER_ARGS (netdissect_options *, const struct pcap_pkthdr *, const u_char *)
176 const u_char *ndo_packetp;
177 const u_char *ndo_snapend;
184 register const u_char *bp, register u_int length);
328 extern void fn_print_char(netdissect_options *, u_char);
329 extern int fn_print(netdissect_options *, const u_char *, const u_char *);
330 extern u_int fn_printztn(netdissect_options *ndo, const u_char *, u_int, const u_char *);
331 extern int fn_printn(netdissect_options *, const u_char *, u_int, const u_char *)
    [all...]
addrtoname.h 42 extern const char *linkaddr_string(netdissect_options *, const u_char *, const unsigned int, const unsigned int);
43 extern const char *etheraddr_string(netdissect_options *, const u_char *);
44 extern const char *le64addr_string(netdissect_options *, const u_char *);
48 extern const char *isonsap_string(netdissect_options *, const u_char *, register u_int);
50 extern const char *protoid_string(netdissect_options *, const u_char *);
52 extern const char *getname(netdissect_options *, const u_char *);
53 extern const char *getname6(netdissect_options *, const u_char *);
61 #define ipaddr_string(ndo, p) getname(ndo, (const u_char *)(p))
62 #define ip6addr_string(ndo, p) getname6(ndo, (const u_char *)(p))
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/
defs_freebsd.go 20 u_char ifi_type;
21 u_char ifi_physical;
22 u_char ifi_addrlen;
23 u_char ifi_hdrlen;
24 u_char ifi_link_state;
25 u_char ifi_spare_char1;
26 u_char ifi_spare_char2;
27 u_char ifi_datalen;
48 u_char ifi_type;
49 u_char ifi_physical
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/
defs_freebsd.go 20 u_char ifi_type;
21 u_char ifi_physical;
22 u_char ifi_addrlen;
23 u_char ifi_hdrlen;
24 u_char ifi_link_state;
25 u_char ifi_spare_char1;
26 u_char ifi_spare_char2;
27 u_char ifi_datalen;
48 u_char ifi_type;
49 u_char ifi_physical
    [all...]
  /bionic/libc/upstream-netbsd/android/include/sys/
sha1.h 21 u_char buffer[64];
25 void SHA1Transform(uint32_t[5], const u_char[64]);
27 void SHA1Update(SHA1_CTX *, const u_char *, u_int);
28 void SHA1Final(u_char[SHA1_DIGEST_LENGTH], SHA1_CTX *);
  /external/ppp/pppd/
cbcp.h 6 u_char us_id; /* Current id */
7 u_char us_allowed;
chap_ms.h 72 extern u_char mppe_send_key[MPPE_MAX_KEY_LEN];
73 extern u_char mppe_recv_key[MPPE_MAX_KEY_LEN];
90 void ChapMS __P((u_char *, char *, int, u_char *));
91 void ChapMS2 __P((u_char *, u_char *, char *, char *, int,
92 u_char *, u_char[MS_AUTH_RESPONSE_LENGTH+1], int));
94 void mppe_set_keys __P((u_char *, u_char[MD4_SIGNATURE_SIZE]))
    [all...]
pppcrypt.c 56 static u_char
58 u_char *input;
73 u_char *key; /* IN 56 bit DES key missing parity bits */
74 u_char *des_key; /* OUT 64 bit DES key with parity bits added */
98 u_char *in;
99 u_char *out;
116 u_char *in;
117 u_char *out;
133 u_char *key;
135 u_char des_key[8]
    [all...]
pppcrypt.h 36 extern bool DesSetkey __P((u_char *));
37 extern bool DesEncrypt __P((u_char *, u_char *));
38 extern bool DesDecrypt __P((u_char *, u_char *));
  /bionic/libc/include/
resolv.h 43 int b64_ntop(u_char const* __src, size_t __src_size, char* __dst, size_t __dst_size);
45 int b64_pton(char const* __src, u_char* __dst, size_t __dst_size);
48 int dn_comp(const char* __src, u_char* __dst, int __dst_size, u_char** __dn_ptrs , u_char** __last_dn_ptr);
50 int dn_expand(const u_char* __msg, const u_char* __eom, const u_char* __src, char* __dst, int __dst_size);
58 int res_mkquery(int __opcode, const char* __domain_name, int __class, int __type, const u_char* __data, int __data_size, const u_char* __new_rr_in, u_char* __buf, int __buf_size)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
resolv.h 162 const u_char **query,
164 u_char *ans,
169 const u_char *query,
171 u_char *ans,
206 uint16_t _getshort(const u_char *);
244 int b64_ntop __P((u_char const *, size_t, char *, size_t));
245 int b64_pton __P((char const *, u_char *, size_t));
246 int loc_aton __P((const char *, u_char *));
247 const char * loc_ntoa __P((const u_char *, char *));
248 int dn_skipname __P((const u_char *, const u_char *));
    [all...]
  /external/syslinux/gpxe/src/include/
pcmcia.h 6 typedef unsigned char u_char; typedef
46 u_char index;
47 u_char irq;
83 u_char pci_irq;
101 u_char Vcc, Vpp;
102 u_char io_irq;
131 u_char map;
132 u_char flags;
139 u_char map;
140 u_char flags
    [all...]
  /external/libpcap/
pcap.c 226 pcap_oneshot(u_char *user, const struct pcap_pkthdr *h, const u_char *pkt)
234 const u_char *
238 const u_char *pkt;
243 if (pcap_dispatch(p, 1, p->oneshot_callback, (u_char *)&s) <= 0)
250 const u_char **pkt_data)
266 (u_char *)&s);
295 return (p->read_op(p, 1, p->oneshot_callback, (u_char *)&s));
875 pcap_dispatch(pcap_t *p, int cnt, pcap_handler callback, u_char *user)
881 pcap_loop(pcap_t *p, int cnt, pcap_handler callback, u_char *user
    [all...]
dlpisubs.h 26 int pcap_process_pkts(pcap_t *, pcap_handler, u_char *, int, u_char *, int);
  /external/syslinux/core/lwip/src/netif/ppp/
chpms.c 100 u_char LANManResp[24];
101 u_char NTResp[24];
102 u_char UseNT; /* If 1, ignore the LANMan response field */
117 static void DesEncrypt (u_char *, u_char *, u_char *);
118 static void MakeKey (u_char *, u_char *);
121 static void Expand (u_char *, u_char *);
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/net/
htonl.c 16 u_char *s = (u_char *)&x;
htons.c 16 u_char *s = (u_char *) &x;
ntohl.c 16 u_char *s = (u_char *)&x;
ntohs.c 16 u_char *s = (u_char *) &x;
  /bionic/libc/dns/include/
resolv_private.h 333 void fp_nquery(const u_char *, int, FILE *);
334 void fp_query(const u_char *, FILE *);
336 void p_query(const u_char *);
339 __LIBC_HIDDEN__ int res_opt(int, u_char *, int, int);
341 int res_mkquery(int, const char *, int, int, const u_char *, int, const u_char *, u_char *, int);
342 int res_query(const char *, int, int, u_char *, int);
343 int res_querydomain(const char *, const char *, int, int, u_char *, int);
344 int res_search(const char *, int, int, u_char *, int)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
resolv.h 75 const u_char **__query,
77 u_char *__ans,
82 const u_char *__query,
84 u_char *__ans,
268 void fp_nquery (const u_char *, int, FILE *) __THROW;
269 void fp_query (const u_char *, FILE *) __THROW;
271 void p_query (const u_char *) __THROW;
275 int res_mkquery (int, const char *, int, int, const u_char *,
276 int, const u_char *, u_char *, int) __THROW
    [all...]
  /bionic/libc/include/arpa/
nameser.h 112 typedef u_char ns_nname[NS_MAXNNAME];
113 typedef const u_char *ns_nname_ct;
114 typedef u_char *ns_nname_t;
126 const u_char *_msg, *_eom;
128 const u_char *_sections[ns_s_max];
131 const u_char *_msg_ptr;
139 const u_char *dnptrs[25];
140 const u_char **lastdnptr;
161 const u_char * rdata;
174 const u_char * rdata
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
ns_name.c 75 static int dn_find(const u_char *, const u_char *,
76 const u_char * const *,
77 const u_char * const *);
91 ns_name_ntop(const u_char *src, char *dst, size_t dstsiz) {
92 const u_char *cp;
94 u_char c;
172 ns_name_pton(const char *src, u_char *dst, size_t dstsiz) {
173 u_char *label, *bp, *eom;
218 *label = (u_char)c;
    [all...]

Completed in 781 milliseconds

1 2 3 4 5 6 7 8 91011>>