Searched refs:u_char (Results 1 - 25 of 328) sorted by relevance

1234567891011>>

/external/tcpdump/
H A Dbgp.h17 extern char *bgp_vpn_rd_print (const u_char *);
H A Dopenflow.h35 extern const u_char *of10_header_body_print(const u_char *, const u_char *,
H A Dnetbios.h8 u_char dsap;
9 u_char ssap;
10 u_char flags;
H A Dipfc.h25 u_char ipfc_dhost[8];
26 u_char ipfc_shost[8];
H A Dsignature.h26 extern int signature_verify (const u_char *, u_int, u_char *);
H A Dinterface.h122 (const u_char *)&(var) <= snapend - (l))
136 extern int fn_print(const u_char *, const u_char *);
137 extern int fn_printn(const u_char *, u_int, const u_char *);
138 extern int fn_printzp(const u_char *, u_int, const u_char *);
163 extern const char *isonsap_string(const u_char *, register u_int);
164 extern const char *protoid_string(const u_char *);
171 extern u_int16_t verify_crc10_cksum(u_int16_t, const u_char *, in
[all...]
H A Dnetdissect.h148 const u_char *ndo_packetp;
149 const u_char *ndo_snapend;
156 register const u_char *bp, register u_int length);
241 (const u_char *)&(var) <= ndo->ndo_snapend - (l))
261 extern int fn_print(const u_char *, const u_char *);
262 extern int fn_printn(const u_char *, u_int, const u_char *);
315 extern const char *isonsap_string(netdissect_options *, const u_char *);
316 extern const char *protoid_string(netdissect_options *, const u_char *);
[all...]
H A Daddrtoname.h35 extern const char *linkaddr_string(const u_char *, const unsigned int, const unsigned int);
36 extern const char *etheraddr_string(const u_char *);
37 extern const char *le64addr_string(const u_char *);
41 extern const char *getname(const u_char *);
43 extern const char *getname6(const u_char *);
53 #define ipaddr_string(p) getname((const u_char *)(p))
55 #define ip6addr_string(p) getname6((const u_char *)(p))
H A Ddecode_prefix.h36 extern int decode_prefix4(const u_char *pptr, u_int itemlen, char *buf, u_int buflen);
38 extern int decode_prefix6(const u_char *pd, u_int itemlen, char *buf, u_int buflen);
H A Dstrcasecmp.c31 static const u_char charmap[] = {
70 register const u_char *cm = charmap,
71 *us1 = (u_char *)s1,
72 *us2 = (u_char *)s2;
85 register const u_char *cm = charmap,
86 *us1 = (u_char *)s1,
87 *us2 = (u_char *)s2;
H A Dprint-dvmrp.c65 static int print_probe(const u_char *, const u_char *, u_int);
66 static int print_report(const u_char *, const u_char *, u_int);
67 static int print_neighbors(const u_char *, const u_char *, u_int);
68 static int print_neighbors2(const u_char *, const u_char *, u_int);
69 static int print_prune(const u_char *);
70 static int print_graft(const u_char *);
[all...]
H A Dfddi.h35 u_char fddi_fc; /* frame control */
36 u_char fddi_dhost[6];
37 u_char fddi_shost[6];
/external/ppp/pppd/
H A Dchap_ms.h67 u_char LANManResp[24];
68 u_char NTResp[24];
69 u_char UseNT[1]; /* If 1, ignore the LANMan response field */
77 u_char PeerChallenge[16];
78 u_char Reserved[8]; /* Must be zero */
79 u_char NTResp[24];
80 u_char Flags[1]; /* Must be zero */
85 extern u_char mppe_send_key[MPPE_MAX_KEY_LEN];
86 extern u_char mppe_recv_key[MPPE_MAX_KEY_LEN];
103 void ChapMS __P((u_char *, cha
[all...]
H A Dpppcrypt.h48 extern bool DesSetkey __P((u_char *));
49 extern bool DesEncrypt __P((u_char *, u_char *));
50 extern bool DesDecrypt __P((u_char *, u_char *));
H A Dpppcrypt.c37 static u_char
39 u_char *input;
54 u_char *key; /* IN 56 bit DES key missing parity bits */
55 u_char *des_key; /* OUT 64 bit DES key with parity bits added */
79 u_char *in;
80 u_char *out;
97 u_char *in;
98 u_char *out;
114 u_char *key;
116 u_char des_ke
[all...]
H A Dfsm.h71 u_char id; /* Current id */
72 u_char reqid; /* Current request id */
73 u_char seen_ack; /* Have received valid Ack/Nak/Rej to Req */
93 __P((fsm *, u_char *, int *));
95 __P((fsm *, u_char *, int));
97 __P((fsm *, u_char *, int, int));
99 __P((fsm *, u_char *, int));
101 __P((fsm *, u_char *, int *, int));
115 __P((fsm *, int, int, u_char *, int));
160 void fsm_input __P((fsm *, u_char *, in
[all...]
H A Dcbcp.h6 u_char us_id; /* Current id */
7 u_char us_allowed;
H A Dipxcp.h82 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 */
/external/qemu/distrib/ext4_utils/src/
H A Dsha1.h16 typedef unsigned char u_char; typedef
33 u_char buffer[64];
37 void SHA1Transform(uint32_t[5], const u_char[64]);
39 void SHA1Update(SHA1_CTX *, const u_char *, u_int);
40 void SHA1Final(u_char[SHA1_DIGEST_LENGTH], SHA1_CTX *);
/external/libpcap/
H A Dpcap.c202 pcap_oneshot(u_char *user, const struct pcap_pkthdr *h, const u_char *pkt)
210 const u_char *
214 const u_char *pkt;
219 if (pcap_dispatch(p, 1, p->oneshot_callback, (u_char *)&s) <= 0)
226 const u_char **pkt_data)
242 (u_char *)&s);
271 return (p->read_op(p, 1, p->oneshot_callback, (u_char *)&s));
824 pcap_dispatch(pcap_t *p, int cnt, pcap_handler callback, u_char *user)
833 pcap_read(pcap_t *p, int cnt, pcap_handler callback, u_char *use
[all...]
H A Ddlpisubs.h30 int pcap_process_pkts(pcap_t *, pcap_handler, u_char *, int, u_char *, int);
/external/ppp/pppd/include/
H A Dpcap-int.h49 u_char *base;
82 u_char *buffer;
83 u_char *bp;
89 u_char *pkt;
107 int pcap_offline_read(pcap_t *, int, pcap_handler, u_char *);
108 int pcap_read(pcap_t *, int cnt, pcap_handler, u_char *);
/external/libpcap/pcap/
H A Dnamedb.h51 u_char addr[6];
58 u_char *pcap_ether_hostton(const char*);
59 u_char *pcap_ether_aton(const char *);
/external/ppp/pppd/include/net/
H A Dvjcompress.h105 u_char cs_id; /* connection # associated with this state */
106 u_char cs_filler;
120 u_char last_recv; /* last rcvd conn. id */
121 u_char last_xmit; /* last sent conn. id */
136 u_char **vjhdrp));
138 extern int vj_uncompress_uncomp __P((u_char *buf, int buflen,
140 extern int vj_uncompress_tcp __P((u_char *buf, int buflen, int total_len,
141 struct vjcompress *comp, u_char **hdrp,
H A Dslcompress.h105 u_char cs_id; /* connection # associated with this state */
106 u_char cs_filler;
121 u_char last_recv; /* last rcvd conn. id */
122 u_char last_xmit; /* last sent conn. id */
144 int sl_uncompress_tcp __P((u_char **, int, u_int, struct slcompress *));
145 int sl_uncompress_tcp_core __P((u_char *, int, int, u_int,
146 struct slcompress *, u_char **, u_int *));

Completed in 1648 milliseconds

1234567891011>>