Searched refs:u_char (Results 101 - 125 of 2031) sorted by relevance

1234567891011>>

/freebsd-10.3-release/sys/net/
H A Dif_tun.h33 u_char type; /* ethernet, tokenring, etc. */
34 u_char dummy; /* place holder */
H A Dslcompress.h117 u_char cs_id; /* connection # associated with this state */
118 u_char cs_filler;
133 u_char last_recv; /* last rcvd conn. id */
134 u_char last_xmit; /* last sent conn. id */
154 int sl_uncompress_tcp(u_char **, int, u_int, struct slcompress *);
155 int sl_uncompress_tcp_core(u_char *, int, int, u_int,
156 struct slcompress *, u_char **, u_int *);
/freebsd-10.3-release/sys/net80211/
H A Dieee80211_alq.h45 u_char r_payload[IEEE80211_ALQ_PAYLOAD_SIZE];
51 u_char *p, int l);
/freebsd-10.3-release/sys/sys/
H A Dinflate.h35 int (*gz_output)(void *, u_char *, u_long);
45 u_char *gz_slide;
H A Drunq.h66 void runq_add_pri(struct runq *, struct thread *, u_char, int);
69 struct thread *runq_choose_from(struct runq *, u_char);
73 void runq_remove_idx(struct runq *, struct thread *, u_char *);
/freebsd-10.3-release/sys/compat/svr4/
H A Dsvr4_socket.h45 u_char sin_family;
48 u_char sin_zero[8];
/freebsd-10.3-release/crypto/openssh/
H A Dkexc25519.c47 extern int crypto_scalarmult_curve25519(u_char a[CURVE25519_SIZE],
48 const u_char b[CURVE25519_SIZE], const u_char c[CURVE25519_SIZE])
54 kexc25519_keygen(u_char key[CURVE25519_SIZE], u_char pub[CURVE25519_SIZE])
56 static const u_char basepoint[CURVE25519_SIZE] = {9};
63 kexc25519_shared_key(const u_char key[CURVE25519_SIZE],
64 const u_char pub[CURVE25519_SIZE], struct sshbuf *out)
66 u_char shared_key[CURVE25519_SIZE];
91 const u_char *serverhostkeyblo
[all...]
H A Dssh_api.h89 int ssh_packet_next(struct ssh *ssh, u_char *typep);
96 const u_char *ssh_packet_payload(struct ssh *ssh, size_t *lenp);
103 int ssh_packet_put(struct ssh *ssh, int type, const u_char *data,
115 int ssh_input_append(struct ssh *ssh, const u_char *data, size_t len);
129 const u_char *ssh_output_ptr(struct ssh *ssh, size_t *len);
H A Dcipher-bf1.c42 swap_bytes(const u_char *src, u_char *dst, int n)
44 u_char c[4];
73 static int (*orig_bf)(EVP_CIPHER_CTX *, u_char *,
74 const u_char *, LIBCRYPTO_EVP_INL_TYPE) = NULL;
77 bf_ssh1_cipher(EVP_CIPHER_CTX *ctx, u_char *out, const u_char *in,
H A Dcipher-chachapoly.c32 const u_char *key, u_int keylen)
51 chachapoly_crypt(struct chachapoly_ctx *ctx, u_int seqnr, u_char *dest,
52 const u_char *src, u_int len, u_int aadlen, u_int authlen, int do_encrypt)
54 u_char seqbuf[8];
55 const u_char one[8] = { 1, 0, 0, 0, 0, 0, 0, 0 }; /* NB little-endian */
56 u_char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN];
71 const u_char *tag = src + aadlen + len;
107 u_int *plenp, u_int seqnr, const u_char *cp, u_int len)
109 u_char buf[4], seqbuf[8];
/freebsd-10.3-release/sys/crypto/camellia/
H A Dcamellia.h41 void camellia_set_key(camellia_ctx *, const u_char *, int);
42 void camellia_decrypt(const camellia_ctx *, const u_char *, u_char *);
43 void camellia_encrypt(const camellia_ctx *, const u_char *, u_char *);
/freebsd-10.3-release/sys/crypto/rijndael/
H A Drijndael-api.c40 rijndael_set_key(rijndael_ctx *ctx, const u_char *key, int bits)
48 rijndael_decrypt(const rijndael_ctx *ctx, const u_char *src, u_char *dst)
55 rijndael_encrypt(const rijndael_ctx *ctx, const u_char *src, u_char *dst)
/freebsd-10.3-release/contrib/tcpdump/
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];
/freebsd-10.3-release/sys/fs/cd9660/
H A Dcd9660_rrip.h40 u_char length [ISODCL ( 2, 2)]; /* 711 */
41 u_char version [ISODCL ( 3, 3)];
66 u_char cflag [ISODCL ( 1, 1)];
67 u_char clen [ISODCL ( 2, 2)];
68 u_char name [1]; /* XXX */
74 u_char flags [ISODCL ( 4, 4)];
75 u_char component [ISODCL ( 5, 5)];
109 u_char flags [ISODCL ( 4, 4)];
110 u_char time [ISODCL ( 5, 5)];
115 u_char flag
[all...]
/freebsd-10.3-release/sys/dev/fe/
H A Dif_fevar.h62 u_char data [FE_FILTER_LEN];
73 u_char enaddr[6];
85 u_char proto_dlcr4; /* DLCR4 prototype. */
86 u_char proto_dlcr5; /* DLCR5 prototype. */
87 u_char proto_dlcr6; /* DLCR6 prototype. */
88 u_char proto_dlcr7; /* DLCR7 prototype. */
89 u_char proto_bmpr13; /* BMPR13 prototype. */
90 u_char stability; /* How stable is this? */
99 u_char txb_count; /* number of packets in TX buffer */
100 u_char txb_sche
[all...]
/freebsd-10.3-release/usr.sbin/ctm/ctm/
H A Dctm.h79 EXTERN u_char *Version;
80 EXTERN u_char *Name;
81 EXTERN u_char *Nbr;
82 EXTERN u_char *TimeStamp;
83 EXTERN u_char *Prefix;
84 EXTERN u_char *FileName;
85 EXTERN u_char *TmpDir;
86 EXTERN u_char *CatPtr;
87 EXTERN u_char *Buffer;
88 EXTERN u_char *BackupFil
[all...]
/freebsd-10.3-release/sys/boot/i386/kgzldr/
H A Dboot.c59 static const u_char *ip; /* input pointer */
60 static u_char *op; /* output pointer */
66 static int output(void *, u_char *, u_long);
95 static u_char slide[GZ_WSIZE];
99 op = (u_char *)kgz.dload;
122 output(void *dummy, u_char * ptr, u_long len)
124 if (op - (u_char *)kgz.dload + len > kgz.dsize)
/freebsd-10.3-release/sys/dev/cm/
H A Dsmc90cx6var.h75 u_char sc_intmask;
76 u_char sc_rx_act; /* 2..3 */
77 u_char sc_tx_act; /* 0..1 */
78 u_char sc_rx_fillcount;
79 u_char sc_tx_fillcount;
80 u_char sc_broadcast[2]; /* is it a broadcast packet? */
81 u_char sc_retransmits[2]; /* unused at the moment */
/freebsd-10.3-release/sys/isa/
H A Dpnpvar.h50 typedef int pnp_scan_cb(device_t dev, u_char tag, u_char *res, int len,
55 void pnp_parse_resources(device_t dev, u_char *resources, int len, int ldn);
56 u_char *pnp_parse_dependant(device_t dev, u_char *resources, int len,
58 u_char *pnp_scan_resources(device_t dev, u_char *resources, int len,
/freebsd-10.3-release/sys/netatalk/
H A Dddp.h64 u_char el_dnode;
65 u_char el_snode;
66 u_char el_type;
98 u_char deh_dnode;
99 u_char deh_snode;
100 u_char deh_dport;
101 u_char deh_sport;
/freebsd-10.3-release/sys/crypto/rc4/
H A Drc4.c47 swap_bytes(u_char *a, u_char *b)
49 u_char temp;
61 rc4_init(struct rc4_state *const state, const u_char *key, int keylen)
63 u_char j;
68 state->perm[i] = (u_char)i;
89 const u_char *inbuf, u_char *outbuf, int buflen)
92 u_char j;
/freebsd-10.3-release/contrib/ntp/sntp/
H A Dnetworking.h48 u_char version;
49 u_char hmode;
50 u_char hpoll;
51 u_char minpoll;
52 u_char maxpoll;
54 u_char num_events;
55 u_char ttl;
56 u_char leap;
57 u_char pmode;
58 u_char stratu
[all...]
/freebsd-10.3-release/lib/libnetgraph/
H A Dnetgraph.h60 int NgSendData(int, const char *, const u_char *, size_t);
61 int NgRecvData(int, u_char *, size_t, char *);
62 int NgAllocRecvData(int, u_char **, char *);
/freebsd-10.3-release/sys/dev/bktr/
H A Dbktr_card.h89 int signCard( bktr_ptr_t bktr, int offset, int count, u_char* sig );
92 int writeEEProm( bktr_ptr_t bktr, int offset, int count, u_char *data );
93 int readEEProm( bktr_ptr_t bktr, int offset, int count, u_char *data );

Completed in 278 milliseconds

1234567891011>>