Searched refs:u_int (Results 76 - 100 of 2945) sorted by relevance

1234567891011>>

/freebsd-10.2-release/sys/contrib/ngatm/netnatm/saal/
H A Dsscoppriv.h56 u_int sscop_null;
59 u_int pl : 2; /* pad length */
60 u_int : 1; /* reserved field */ member in struct:pdu::__anon7208
61 u_int s : 1; /* source */
62 u_int type : 4; /* PDU type */
63 u_int ns : 24; /* sequence number */
65 u_int ns : 24; /* sequence number */
66 u_int type : 4; /* PDU type */
67 u_int s : 1; /* source */
68 u_int
85 u_int : 8; /* pad */ member in struct:seqno::__anon7209
102 u_int : 24; /* reserved */ member in struct:bgn::__anon7210
[all...]
/freebsd-10.2-release/sys/dev/sbni/
H A Dif_sbnivar.h59 u_int mac_addr : 24;
60 u_int rxl : 4;
61 u_int rate : 2;
62 u_int fixed_rxl : 1;
63 u_int fixed_rate : 1;
85 u_int pktlen; /* length of transmitting pkt */
86 u_int framelen; /* current frame length */
87 u_int maxframe; /* maximum valid frame length */
88 u_int state;
89 u_int inppo
[all...]
/freebsd-10.2-release/sys/mips/nlm/dev/net/
H A Dxlpge.h66 u_int nucores;
67 u_int nblocks;
68 u_int num_complex;
69 u_int ncontexts;
72 u_int num_desc; /* no of descriptors in each packet */
73 u_int parser_threshold;/* threshold of entries above which */
76 u_int cmplx_type[8]; /* XXXJC: redundant? */
78 u_int blockmask;
79 u_int portmask[XLP_NAE_NBLOCKS];
80 u_int ilmas
[all...]
/freebsd-10.2-release/crypto/openssh/
H A Dmonitor_wrap.h43 int mm_key_sign(Key *, u_char **, u_int *, u_char *, u_int);
52 int mm_key_verify(Key *, u_char *, u_int, u_char *, u_int);
67 u_int mm_do_pam_account(void);
69 int mm_sshpam_query(void *, char **, char **, u_int *, char ***, u_int **);
70 int mm_sshpam_respond(void *, u_int, char **);
91 int mm_newkeys_to_blob(int, u_char **, u_int *);
98 int mm_bsdauth_query(void *, char **, char **, u_int *, cha
[all...]
H A Ddispatch.h38 void dispatch_range(u_int, u_int, dispatch_fn *);
/freebsd-10.2-release/usr.bin/xlint/lint1/
H A Dlint1.h116 u_int size; /* size in bit */
117 u_int align : 15; /* alignment in bit */
118 u_int sincompl : 1; /* set if incomplete type */
128 u_int eincompl : 1; /* incomplete enum type */
140 u_int t_aincompl : 1; /* incomplete array type */
141 u_int t_const : 1; /* const modifier */
142 u_int t_volatile : 1; /* volatile modifier */
143 u_int t_proto : 1; /* function prototype (t_args valid) */
144 u_int t_vararg : 1; /* prototype with ... */
145 u_int t_typede
[all...]
/freebsd-10.2-release/contrib/ipfilter/ipsd/
H A Dipsd.h17 u_int sd_sz;
18 u_int sd_cnt;
/freebsd-10.2-release/sys/dev/random/
H A Drandom_harvestq.h37 u_int, u_int, enum esource);
/freebsd-10.2-release/contrib/tcpdump/
H A Dsignature.h26 extern int signature_verify (const u_char *, u_int, u_char *);
/freebsd-10.2-release/sys/dev/iscsi_initiator/
H A Discsi.h84 u_int AHSLength:8; // in 4byte words
85 u_int DSLength:24; // in bytes
87 u_int LUN[2]; // or Opcode-specific fields
88 u_int itt;
89 u_int OpcodeSpecificFields[7];
96 u_int len:16;
97 u_int type:8;
98 u_int spec:8;
168 u_int len;
169 u_int lu
[all...]
/freebsd-10.2-release/include/rpc/
H A Dclnt_soc.h61 * u_int sendsz;
62 * u_int recvsz;
66 u_int, u_int);
95 * u_int sendsz;
96 * u_int recvsz;
102 struct timeval, int *, u_int, u_int);
/freebsd-10.2-release/lib/libc/db/recno/
H A Dextern.h36 int __rec_delete(const DB *, const DBT *, u_int);
42 int __rec_get(const DB *, const DBT *, DBT *, u_int);
43 int __rec_iput(BTREE *, recno_t, const DBT *, u_int);
44 int __rec_put(const DB *dbp, DBT *, const DBT *, u_int);
47 int __rec_seq(const DB *, DBT *, DBT *, u_int);
48 int __rec_sync(const DB *, u_int);
/freebsd-10.2-release/sys/net/
H A Dbpf_jitter.h50 typedef u_int (*bpf_filter_func)(u_char *, u_int, u_int);
/freebsd-10.2-release/tools/regression/bpf/bpf_filter/tests/
H A Dtest0001.h19 u_int wirelen = sizeof(pkt);
22 u_int buflen = sizeof(pkt);
28 u_int expect = 0;
H A Dtest0003.h19 u_int wirelen = sizeof(pkt);
22 u_int buflen = sizeof(pkt);
28 u_int expect = 0xdeadc0de;
H A Dtest0004.h19 u_int wirelen = sizeof(pkt);
22 u_int buflen = sizeof(pkt);
28 u_int expect = 0x23456789;
H A Dtest0005.h19 u_int wirelen = sizeof(pkt);
22 u_int buflen = sizeof(pkt);
28 u_int expect = 0x2345;
H A Dtest0006.h19 u_int wirelen = sizeof(pkt);
22 u_int buflen = sizeof(pkt);
28 u_int expect = 0x23;
H A Dtest0007.h19 u_int wirelen = 0xdeadc0de;
22 u_int buflen = 0xdeadc0de;
28 u_int expect = 0xdeadc0de;
H A Dtest0008.h20 u_int wirelen = 0xdeadc0de;
23 u_int buflen = 0xdeadc0de;
29 u_int expect = 0xdeadc0de;
H A Dtest0009.h20 u_int wirelen = sizeof(pkt);
23 u_int buflen = sizeof(pkt);
29 u_int expect = 0x456789ab;
H A Dtest0010.h20 u_int wirelen = sizeof(pkt);
23 u_int buflen = sizeof(pkt);
29 u_int expect = 0x4567;
H A Dtest0011.h20 u_int wirelen = sizeof(pkt);
23 u_int buflen = sizeof(pkt);
29 u_int expect = 0x45;
H A Dtest0012.h20 u_int wirelen = sizeof(pkt);
23 u_int buflen = sizeof(pkt);
29 u_int expect = (0x23 & 0xf) << 2;
H A Dtest0013.h22 u_int wirelen = sizeof(pkt);
25 u_int buflen = sizeof(pkt);
31 u_int expect = 0xdeadc0de;

Completed in 190 milliseconds

1234567891011>>