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

1234567891011>>

/freebsd-9.3-release/sys/dev/digi/
H A DXr.bios.h30 static const u_char Xr_bios[] = {
H A DXr.fepos.h30 static const u_char Xr_fepos[] = {
/freebsd-9.3-release/contrib/tcpdump/
H A Dbgp.h17 extern char *bgp_vpn_rd_print (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 Dinterface.h113 (const u_char *)&(var) <= snapend - (l))
127 extern int fn_print(const u_char *, const u_char *);
128 extern int fn_printn(const u_char *, u_int, const u_char *);
129 extern int fn_printzp(const u_char *, u_int, const u_char *);
146 extern const char *isonsap_string(const u_char *, register u_int);
147 extern const char *protoid_string(const u_char *);
154 extern u_int16_t verify_crc10_cksum(u_int16_t, const u_char *, in
[all...]
H A Dsignature.h26 extern int signature_verify (const u_char *, u_int, u_char *);
H A Dnetdissect.h142 const u_char *ndo_packetp;
143 const u_char *ndo_snapend;
150 register const u_char *bp, register u_int length);
229 (const u_char *)&(var) <= ndo->ndo_snapend - (l))
249 extern int fn_print(const u_char *, const u_char *);
250 extern int fn_printn(const u_char *, u_int, const u_char *);
267 extern const char *isonsap_string(netdissect_options *, const u_char *);
268 extern const char *protoid_string(netdissect_options *, const u_char *);
[all...]
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/
H A Daddr.h34 int uni_str2nsap(u_char *, const char *);
35 void uni_nsap2str(char *, const u_char *, int);
37 void uni_prefix2str(char *, const u_char *, u_int, int);
39 int uni_e1642nsap(u_char *, const char *);
40 int uni_nsap2e164(char *, const u_char *, int);
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/krb5/
H A Dcfx.h43 u_char TOK_ID[2]; /* 04 04 */
44 u_char Flags;
45 u_char Filler[5];
46 u_char SND_SEQ[8];
50 u_char TOK_ID[2]; /* 04 05 */
51 u_char Flags;
52 u_char Filler;
53 u_char EC[2];
54 u_char RRC[2];
55 u_char SND_SE
[all...]
/freebsd-9.3-release/share/examples/ses/srcs/
H A Deltsub.h36 char * stat2ascii(int, u_char *);
/freebsd-9.3-release/bin/dd/
H A Dconv_tab.c74 u_char casetab[256];
77 const u_char e2a_32V[] = {
113 const u_char a2e_32V[] = {
149 const u_char a2ibm_32V[] = {
185 const u_char e2a_POSIX[] = {
221 const u_char a2e_POSIX[] = {
257 const u_char a2ibm_POSIX[] = {
/freebsd-9.3-release/crypto/openssh/
H A Duuencode.h27 int uuencode(const u_char *, u_int, char *, size_t);
28 int uudecode(const char *, u_char *, size_t);
29 void dump_base64(FILE *, const u_char *, u_int);
H A Drijndael.h47 void rijndael_set_key(rijndael_ctx *, u_char *, int, int);
48 void rijndael_decrypt(rijndael_ctx *, u_char *, u_char *);
49 void rijndael_encrypt(rijndael_ctx *, u_char *, u_char *);
/freebsd-9.3-release/libexec/bootpd/
H A Ddovend.h4 extern int dovend_rfc1497(struct host *hp, u_char *buf, int len);
5 extern int insert_ip(int, struct in_addr_list *, u_char **, int *);
6 extern void insert_u_long(u_int32, u_char **);
/freebsd-9.3-release/sys/crypto/rc4/
H A Drc4.h44 u_char perm[256];
45 u_char index1;
46 u_char index2;
49 extern void rc4_init(struct rc4_state *state, const u_char *key, int keylen);
51 const u_char *inbuf, u_char *outbuf, int buflen);
/freebsd-9.3-release/sys/netgraph/
H A Dng_lmi.h67 u_char proto[12]; /* Active proto (same as hook name) */
68 u_char hook[12]; /* Active hook */
69 u_char fixed; /* Set to fixed LMI mode */
70 u_char autod; /* Currently auto-detecting */
71 u_char seen[NGM_LMI_STAT_ARYSIZE]; /* DLCIs ever seen */
72 u_char up[NGM_LMI_STAT_ARYSIZE]; /* DLCIs currently up */
/freebsd-9.3-release/lib/libstand/
H A Ddosfs.h60 u_char x_case; /* case */
61 u_char c_hsec; /* created: secs/100 */
62 u_char c_time[2]; /* created: time */
63 u_char c_date[2]; /* created: date */
64 u_char a_date[2]; /* accessed: date */
65 u_char h_clus[2]; /* clus[hi] */
69 u_char name[8]; /* name */
70 u_char ext[3]; /* extension */
71 u_char attr; /* attributes */
73 u_char tim
[all...]
/freebsd-9.3-release/sys/sparc64/include/
H A Didprom.h47 u_char id_format; /* format identifier (= 1) */
48 u_char id_machine; /* machine type (see param.h) */
49 u_char id_ether[6]; /* ethernet address */
51 u_char id_hostid[3]; /* ``host id'' bytes */
52 u_char id_checksum; /* xor of everything else */
/freebsd-9.3-release/sys/dev/scd/
H A Dscdreg.h95 u_char control:4;
96 u_char addr_type:4;
97 u_char track_number;
98 u_char index_number;
99 u_char rel_msf[3];
100 u_char dummy;
101 u_char abs_msf[3];
105 u_char adr :4; /* xcdplayer needs these two values */
106 u_char ctl :4;
107 u_char trac
116 u_char :8; member in struct:sony_toc
117 u_char :8; member in struct:sony_toc
119 u_char :8; member in struct:sony_toc
120 u_char :8; member in struct:sony_toc
122 u_char :8; member in struct:sony_toc
123 u_char :8; member in struct:sony_toc
125 u_char :8; member in struct:sony_toc
126 u_char :8; member in struct:sony_toc
128 u_char :8; member in struct:sony_toc
129 u_char :8; member in struct:sony_toc
[all...]
/freebsd-9.3-release/tools/tools/ncpus/
H A Dacpidump.h35 u_char signature[8];
36 u_char sum;
37 u_char oem[6];
38 u_char revision;
42 u_char xsum;
43 u_char _reserved_[3];
48 u_char signature[4];
50 u_char rev;
51 u_char check;
52 u_char oemi
[all...]
/freebsd-9.3-release/sys/x86/include/
H A Dmptable.h45 u_char length;
46 u_char spec_rev;
47 u_char checksum;
48 u_char config_type;
49 u_char mpfb2;
50 u_char mpfb3;
51 u_char mpfb4;
52 u_char mpfb5;
62 u_char spec_rev;
63 u_char checksu
[all...]
/freebsd-9.3-release/sys/net/
H A Dif_dl.h58 u_char sdl_len; /* Total length of sockaddr */
59 u_char sdl_family; /* AF_LINK */
61 u_char sdl_type; /* interface type */
62 u_char sdl_nlen; /* interface name length, no trailing 0 reqd. */
63 u_char sdl_alen; /* link level address length */
64 u_char sdl_slen; /* link layer selector length */
/freebsd-9.3-release/include/protocols/
H A Dtalkd.h59 u_char vers; /* protocol version */
60 u_char type; /* request type, see below */
61 u_char answer; /* not used */
62 u_char pad;
78 u_char vers; /* protocol version */
79 u_char type; /* type of request message, see below */
80 u_char answer; /* respose to request message, see below */
81 u_char pad;
/freebsd-9.3-release/sys/netatalk/
H A Dat.h53 u_char s_node;
57 #define ATADDR_ANYNODE (u_char)0x00
58 #define ATADDR_ANYPORT (u_char)0x00
59 #define ATADDR_BCAST (u_char)0xff /* There is no BCAST for NET. */
62 u_char nr_phase;
74 u_char sat_len;
75 u_char sat_family;
76 u_char sat_port;

Completed in 216 milliseconds

1234567891011>>