Searched refs:u_int8_t (Results 1 - 25 of 695) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dbootp.h24 u_int8_t bp_op; /* packet opcode type */
25 u_int8_t bp_htype; /* hardware addr type */
26 u_int8_t bp_hlen; /* hardware addr length */
27 u_int8_t bp_hops; /* gateway hops */
36 u_int8_t bp_chaddr[16]; /* client hardware address */
37 u_int8_t bp_sname[64]; /* server host name */
38 u_int8_t bp_file[128]; /* boot file name */
39 u_int8_t bp_vend[64]; /* vendor-specific area */
69 #define TAG_PAD ((u_int8_t) 0)
70 #define TAG_SUBNET_MASK ((u_int8_t)
[all...]
H A Digrp.h7 u_int8_t ig_vop; /* protocol version number / opcode */
10 u_int8_t ig_ed; /* edition number */
24 u_int8_t igr_net[3]; /* 3 significant octets of IP address */
25 u_int8_t igr_dly[3]; /* delay in tens of microseconds */
26 u_int8_t igr_bw[3]; /* bandwidth in units of 1 kb/s */
27 u_int8_t igr_mtu[2]; /* MTU in octets */
28 u_int8_t igr_rel; /* percent packets successfully tx/rx */
29 u_int8_t igr_ld; /* percent of channel occupied */
30 u_int8_t igr_hct; /* hop count */
H A Darcnet.h43 u_int8_t arc_shost;
44 u_int8_t arc_dhost;
45 u_int8_t arc_type;
50 u_int8_t arc_flag;
56 u_int8_t arc_type2; /* same as arc_type */
57 u_int8_t arc_flag2; /* real flag value */
87 u_int8_t arc_shost;
88 u_int8_t arc_dhost;
90 u_int8_t arc_type;
96 u_int8_t arc_fla
[all...]
H A Dextract.h69 ((u_int16_t)((u_int16_t)*((const u_int8_t *)(p) + 0) << 8 | \
70 (u_int16_t)*((const u_int8_t *)(p) + 1)))
72 ((u_int32_t)((u_int32_t)*((const u_int8_t *)(p) + 0) << 24 | \
73 (u_int32_t)*((const u_int8_t *)(p) + 1) << 16 | \
74 (u_int32_t)*((const u_int8_t *)(p) + 2) << 8 | \
75 (u_int32_t)*((const u_int8_t *)(p) + 3)))
77 ((u_int64_t)((u_int64_t)*((const u_int8_t *)(p) + 0) << 56 | \
78 (u_int64_t)*((const u_int8_t *)(p) + 1) << 48 | \
79 (u_int64_t)*((const u_int8_t *)(p) + 2) << 40 | \
80 (u_int64_t)*((const u_int8_t *)(
[all...]
H A Daodv.h37 u_int8_t rreq_type; /* AODV message type (1) */
38 u_int8_t rreq_flags; /* various flags */
39 u_int8_t rreq_zero0; /* reserved, set to zero */
40 u_int8_t rreq_hops; /* number of hops from originator */
49 u_int8_t rreq_type; /* AODV message type (1) */
50 u_int8_t rreq_flags; /* various flags */
51 u_int8_t rreq_zero0; /* reserved, set to zero */
52 u_int8_t rreq_hops; /* number of hops from originator */
60 u_int8_t rreq_type; /* AODV message type (16) */
61 u_int8_t rreq_flag
[all...]
H A Dether.h48 u_int8_t ether_dhost[ETHER_ADDR_LEN];
49 u_int8_t ether_shost[ETHER_ADDR_LEN];
H A Dappletalk.h27 u_int8_t dst;
28 u_int8_t src;
29 u_int8_t type;
42 u_int8_t dstNode;
43 u_int8_t srcNode;
44 u_int8_t dstSkt;
45 u_int8_t srcSkt;
46 u_int8_t type;
51 u_int8_t dstSkt;
52 u_int8_t srcSk
[all...]
H A Dip6.h82 u_int8_t ip6_un1_nxt; /* next header */
83 u_int8_t ip6_un1_hlim; /* hop limit */
85 u_int8_t ip6_un2_vfc; /* 4 bits version, top 4 bits class */
112 u_int8_t ip6e_nxt;
113 u_int8_t ip6e_len;
118 u_int8_t ip6h_nxt; /* next header */
119 u_int8_t ip6h_len; /* length in units of 8 octets */
125 u_int8_t ip6d_nxt; /* next header */
126 u_int8_t ip6d_len; /* length in units of 8 octets */
159 u_int8_t ip6r_nx
[all...]
H A Dah.h41 u_int8_t ah_nxt; /* Next Header */
42 u_int8_t ah_len; /* Length of data, in 32bit */
49 u_int8_t ah_nxt; /* Next Header */
50 u_int8_t ah_len; /* Length of data + 1, in 32bit */
H A Dlane.h31 u_int8_t h_dest[ETHER_ADDR_LEN];
32 u_int8_t h_source[ETHER_ADDR_LEN];
38 u_int8_t lec_proto;
39 u_int8_t lec_vers;
H A Dieee802_11.h131 u_int8_t da[6];
132 u_int8_t sa[6];
133 u_int8_t bssid[6];
148 u_int8_t element_id;
149 u_int8_t length;
154 u_int8_t element_id;
155 u_int8_t length;
156 u_int8_t rate[16];
160 u_int8_t element_id;
161 u_int8_t lengt
[all...]
H A Dcpack.h34 u_int8_t *c_buf;
35 u_int8_t *c_next;
39 int cpack_init(struct cpack_state *, u_int8_t *, size_t);
41 int cpack_uint8(struct cpack_state *, u_int8_t *);
46 u_int8_t *cpack_next_boundary(u_int8_t *buf, u_int8_t *p, size_t alignment);
47 u_int8_t *cpack_align_and_reserve(struct cpack_state *cs, size_t wordsize);
49 #define cpack_int8(__s, __p) cpack_uint8((__s), (u_int8_t*)(__p))
/macosx-10.9.5/libpcap-42/libpcap/Win32/Include/
H A Dsockstorage.h31 u_int8_t __ss_len;
32 u_int8_t __ss_family;
33 u_int8_t fill[126];
35 u_int8_t __ss_family;
36 u_int8_t fill[127];
/macosx-10.9.5/tcpdump-56/tcpdump/missing/
H A Dsockstorage.h31 u_int8_t ss_len;
32 u_int8_t ss_family;
33 u_int8_t fill[126];
35 u_int8_t ss_family;
36 u_int8_t fill[127];
/macosx-10.9.5/libfs-13/
H A Dbpb.h60 #define getushort(x) (((u_int8_t *)(x))[0] + (((u_int8_t *)(x))[1] << 8))
61 #define getulong(x) (((u_int8_t *)(x))[0] + (((u_int8_t *)(x))[1] << 8) \
62 + (((u_int8_t *)(x))[2] << 16) \
63 + (((u_int8_t *)(x))[3] << 24))
70 u_int8_t bpbBytesPerSec[2]; /* bytes per sector */
71 u_int8_t bpbSecPerClust; /* sectors per cluster */
72 u_int8_t bpbResSectors[2]; /* number of reserved sectors */
73 u_int8_t bpbFAT
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dip_ecn.h68 extern void ip_ecn_ingress(int, u_int8_t *, const u_int8_t *);
69 extern void ip_ecn_egress(int, const u_int8_t *, u_int8_t *);
/macosx-10.9.5/xnu-2422.115.4/bsd/crypto/cast128/
H A Dcast128.h49 extern void set_cast128_subkey(u_int32_t *, u_int8_t *, int);
50 extern void cast128_encrypt_round16(u_int8_t *, const u_int8_t *, u_int32_t *);
51 extern void cast128_decrypt_round16(u_int8_t *, const u_int8_t *, u_int32_t *);
52 extern void cast128_encrypt_round12(u_int8_t *, const u_int8_t *, u_int32_t *);
53 extern void cast128_decrypt_round12(u_int8_t *, const u_int8_t *, u_int32_t *);
/macosx-10.9.5/msdosfs-198/msdosfs.kextproj/msdosfs.kmodproj/
H A Dbpb.h47 u_int8_t bpbSecPerClust; /* sectors per cluster */
49 u_int8_t bpbFATs; /* number of FATs */
52 u_int8_t bpbMedia; /* media descriptor */
65 u_int8_t bpbSecPerClust; /* sectors per cluster */
67 u_int8_t bpbFATs; /* number of FATs */
70 u_int8_t bpbMedia; /* media descriptor */
83 u_int8_t bpbSecPerClust; /* sectors per cluster */
85 u_int8_t bpbFATs; /* number of FATs */
88 u_int8_t bpbMedia; /* media descriptor */
124 #define getuint16(x) (((u_int8_t *)(
[all...]
H A Dbootsect.h48 u_int8_t bsJump[3]; /* jump inst E9xxxx or EBxx90 */
53 u_int8_t bsBootSectSig0;
54 u_int8_t bsBootSectSig1;
70 u_int8_t bsJump[3]; /* jump inst E9xxxx or EBxx90 */
75 u_int8_t bsBootSectSig0;
76 u_int8_t bsBootSectSig1;
82 u_int8_t bsJump[3]; /* jump inst E9xxxx or EBxx90 */
87 u_int8_t bsBootSectSig0;
88 u_int8_t bsBootSectSig1;
H A Ddirentry.h77 u_int8_t deName[8]; /* filename, blank filled */
81 u_int8_t deExtension[3]; /* extension, blank filled */
82 u_int8_t deAttributes; /* file attributes */
90 u_int8_t deLowerCase; /* NT VFAT lower case flags */
93 u_int8_t deCHundredth; /* hundredth of seconds in CTime */
94 u_int8_t deCTime[2]; /* create time */
95 u_int8_t deCDate[2]; /* create date */
96 u_int8_t deADate[2]; /* access date */
97 u_int8_t deHighClust[2]; /* high bytes of cluster number */
98 u_int8_t deMTim
[all...]
/macosx-10.9.5/kext_tools-326.95.1/
H A Dcompression.h30 u_int8_t * buffer,
34 u_int8_t * dst,
36 u_int8_t * src,
39 u_int8_t * compress_lzss(
40 u_int8_t * dst,
42 u_int8_t * src,
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb_swap.h54 ((u_int8_t *)&a)[0] = ((u_int8_t *)&_tmp)[7]; \
55 ((u_int8_t *)&a)[1] = ((u_int8_t *)&_tmp)[6]; \
56 ((u_int8_t *)&a)[2] = ((u_int8_t *)&_tmp)[5]; \
57 ((u_int8_t *)&a)[3] = ((u_int8_t *)&_tmp)[4]; \
58 ((u_int8_t *)&a)[4] = ((u_int8_t *)
[all...]
/macosx-10.9.5/Libinfo-449.1.3/membership.subproj/
H A Dntsid.h31 u_int8_t sid_kind;
32 u_int8_t sid_authcount;
33 u_int8_t sid_authority[6];
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Dhmac_ext.h9 void __db_chksum __P((void *, u_int8_t *, size_t, u_int8_t *, u_int8_t *));
10 void __db_derive_mac __P((u_int8_t *, size_t, u_int8_t *));
11 int __db_check_chksum __P((ENV *, void *, DB_CIPHER *, u_int8_t *, void *, size_t, int));
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dif_llc.h72 u_int8_t llc_dsap;
73 u_int8_t llc_ssap;
76 u_int8_t control;
77 u_int8_t format_id;
78 u_int8_t class_id;
79 u_int8_t window_x2;
82 u_int8_t num_snd_x2;
83 u_int8_t num_rcv_x2;
86 u_int8_t control;
87 u_int8_t num_rcv_x
[all...]

Completed in 404 milliseconds

1234567891011>>