/external/libpcap/pcap/ |
pcap.h | 44 #include <sys/socket.h> /* u_int, u_char etc. */ 237 typedef void (*pcap_handler)(u_char *, const struct pcap_pkthdr *, 238 const u_char *); 372 int pcap_loop(pcap_t *, int, pcap_handler, u_char *); 373 int pcap_dispatch(pcap_t *, int, pcap_handler, u_char *); 374 const u_char* 376 int pcap_next_ex(pcap_t *, struct pcap_pkthdr **, const u_char **); 384 int pcap_sendpacket(pcap_t *, const u_char *, int); 395 const struct pcap_pkthdr *, const u_char *); 419 void pcap_dump(u_char *, const struct pcap_pkthdr *, const u_char *) [all...] |
/external/openssh/ |
sftp-client.h | 59 int do_close(struct sftp_conn *, const u_char *, u_int); 86 int do_fsetstat(struct sftp_conn *, const u_char *, u_int, Attrib *); 104 int do_fsync(struct sftp_conn *conn, u_char *, u_int);
|
uuencode.c | 44 uuencode(const u_char *src, u_int srclength, 56 uudecode(const char *src, u_char *target, size_t targsize) 76 dump_base64(FILE *fp, const u_char *data, u_int len)
|
bitmap.c | 168 u_char *s = (u_char *)p; 191 u_char *s = (u_char *)p;
|
crc32.h | 29 u_int32_t ssh_crc32(const u_char *, u_int32_t);
|
deattack.h | 37 int detect_attack(struct deattack_ctx *, const u_char *, u_int32_t);
|
hmac.h | 34 int ssh_hmac_final(struct ssh_hmac_ctx *ctx, u_char *d, size_t dlen)
|
/external/ppp/pppd/ |
ipxcp.h | 82 u_char his_node[6]; /* peer's node number */ 83 u_char our_node[6]; /* our node number */ 84 u_char name [48]; /* name of the router */
|
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...] |
/external/tcpdump/ |
print-lane.c | 64 lane_hdr_print(netdissect_options *ndo, const u_char *bp) 78 lane_print(const u_char *p, u_int length, u_int caplen) 113 lane_if_print(const struct pcap_pkthdr *h, const u_char *p)
|
print-mobile.c | 71 mobile_print(const u_char *bp, u_int length) 73 const u_char *cp = bp +8 ; 77 u_char osp =0; /* old source address present */
|
util.c | 55 fn_print(register const u_char *s, register const u_char *ep) 58 register u_char c; 87 fn_printn(register const u_char *s, register u_int n, 88 register const u_char *ep) 90 register u_char c; 115 fn_printzp(register const u_char *s, register u_int n, 116 register const u_char *ep) 119 register u_char c; 262 print_unknown_data(const u_char *cp,const char *ident,int len [all...] |
nameser.h | 279 register u_char *t_cp = (u_char *)(cp); \ 285 register u_char *t_cp = (u_char *)(cp); \ 295 register u_char *t_cp = (u_char *)(cp); \ 307 register u_char *t_cp = (u_char *)(cp); \
|
print-ah.c | 44 ah_print(register const u_char *bp) 47 register const u_char *ep;
|
print-dccp.c | 115 static void dccp_print_ack_no(const u_char *bp) 160 static int dccp_print_option(const u_char *option); 168 void dccp_print(const u_char *bp, const u_char *data2, u_int len) 175 const u_char *cp; 189 cp = (const u_char *)(dh + 1); 324 const u_char *cp; 348 static int dccp_print_option(const u_char *option)
|
print-dtp.c | 49 dtp_print (const u_char *pptr, u_int length) 52 const u_char *tptr;
|
print-frag6.c | 44 frag6_print(register const u_char *bp, register const u_char *bp2)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/protocols/ |
routed.h | 51 u_char rip_cmd; /* request/response */ 52 u_char rip_vers; /* protocol version # */ 53 u_char rip_res1[2]; /* pad to 32-bit boundary */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/protocols/ |
routed.h | 51 u_char rip_cmd; /* request/response */ 52 u_char rip_vers; /* protocol version # */ 53 u_char rip_res1[2]; /* pad to 32-bit boundary */
|
/external/libpcap/ |
pcap_loop.3pcap | 32 typedef void (*pcap_handler)(u_char *user, const struct pcap_pkthdr *h, 34 const u_char *bytes); 40 pcap_handler callback, u_char *user); 43 pcap_handler callback, u_char *user); 96 .I u_char 106 .I const u_char
|
pcap-common.h | 25 u_char *data);
|
/external/openssh/openbsd-compat/ |
base64.h | 52 int b64_ntop(u_char const *src, size_t srclength, char *target, 60 int b64_pton(char const *src, u_char *target, size_t targsize);
|
/external/ppp/pppd/plugins/radius/ |
radiusclient.h | 62 u_char code; 63 u_char id; 65 u_char vector[AUTH_VECTOR_LEN]; 66 u_char data[2]; 334 u_char strvalue[AUTH_STRING_LEN + 1]; 350 u_char code; /* RADIUS packet code */ 351 u_char seq_nbr; /* Packet sequence number */ 363 u_char request_vector[AUTH_VECTOR_LEN];
|
/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...] |
/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...] |