Home
last modified time | relevance | path

Searched refs:u_int8_t (Results 1 – 25 of 62) sorted by relevance

123

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/netinet/
H A Dif_tr.h39 u_int8_t ac; /* access control field */
40 u_int8_t fc; /* frame control field */
41 u_int8_t daddr[TR_ALEN]; /* destination address */
42 u_int8_t saddr[TR_ALEN]; /* source address */
50 u_int8_t dsap; /* destination SAP */
51 u_int8_t ssap; /* source SAP */
52 u_int8_t llc; /* LLC control field */
53 u_int8_t protid[3]; /* protocol id */
101 u_int8_t trn_ac; /* access control field */
102 u_int8_t trn_fc; /* field control field */
[all …]
H A Dtcp.h72 u_int8_t th_x2:4; /* (unused) */
73 u_int8_t th_off:4; /* data offset */
76 u_int8_t th_off:4; /* data offset */
77 u_int8_t th_x2:4; /* (unused) */
79 u_int8_t th_flags;
190 u_int8_t tcpi_state;
191 u_int8_t tcpi_ca_state;
192 u_int8_t tcpi_retransmits;
193 u_int8_t tcpi_probes;
194 u_int8_t tcpi_backoff;
[all …]
H A Dip.h31 u_int8_t len;
32 u_int8_t ptr;
56 u_int8_t tos;
60 u_int8_t ttl;
61 u_int8_t protocol;
118 u_int8_t ip_tos; /* type of service */
126 u_int8_t ip_ttl; /* time to live */
127 u_int8_t ip_p; /* protocol */
137 u_int8_t ipt_code; /* IPOPT_TS */
138 u_int8_t ipt_len; /* size of structure (variable) */
[all …]
H A Dif_ether.h74 u_int8_t arp_sha[ETH_ALEN]; /* sender hardware address */
75 u_int8_t arp_spa[4]; /* sender protocol address */
76 u_int8_t arp_tha[ETH_ALEN]; /* target hardware address */
77 u_int8_t arp_tpa[4]; /* target protocol address */
97 (enaddr)[3] = ((u_int8_t *)ipaddr)[1] & 0x7f; \
98 (enaddr)[4] = ((u_int8_t *)ipaddr)[2]; \
99 (enaddr)[5] = ((u_int8_t *)ipaddr)[3]; \
H A Dip_icmp.h29 u_int8_t type; /* message type */
30 u_int8_t code; /* type sub-code */
140 u_int8_t icmp_type; /* type of message, see below */
141 u_int8_t icmp_code; /* type sub code */
163 u_int8_t irt_num_addrs;
164 u_int8_t irt_wpa;
193 u_int8_t id_data[1];
H A Dif_fddi.h31 u_int8_t fddi_fc; /* Frame Control (FC) value */
32 u_int8_t fddi_dhost[FDDI_K_ALEN]; /* Destination host */
33 u_int8_t fddi_shost[FDDI_K_ALEN]; /* Source host */
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter/
H A Dxt_multiport.h16 u_int8_t flags; /* Type of comparison */
17 u_int8_t count; /* Number of ports */
23 u_int8_t flags; /* Type of comparison */
24 u_int8_t count; /* Number of ports */
26 u_int8_t pflags[XT_MULTI_PORTS]; /* Port flags */
27 u_int8_t invert; /* Invert flag */
H A Dnfnetlink_log.h20 u_int8_t hook; /* netfilter hook */
21 u_int8_t _pad;
27 u_int8_t hw_addr[8];
65 u_int8_t command; /* nfulnl_msg_config_cmds */
70 u_int8_t copy_mode;
71 u_int8_t _pad;
H A Dxt_dscp.h19 u_int8_t dscp;
20 u_int8_t invert;
24 u_int8_t tos_mask;
25 u_int8_t tos_value;
26 u_int8_t invert;
H A Dxt_tcpudp.h9 u_int8_t option; /* TCP Option iff non-zero*/
10 u_int8_t flg_mask; /* TCP flags mask byte */
11 u_int8_t flg_cmp; /* TCP flags compare byte */
12 u_int8_t invflags; /* Inverse flags */
27 u_int8_t invflags; /* Inverse flags */
H A Dnfnetlink_queue.h18 u_int8_t hook; /* netfilter hook */
24 u_int8_t hw_addr[8];
64 u_int8_t command; /* nfqnl_msg_config_cmds */
65 u_int8_t _pad;
77 u_int8_t copy_mode; /* enum nfqnl_config_mode */
H A Dx_tables.h16 u_int8_t revision;
41 u_int8_t revision;
77 u_int8_t revision;
93 u_int8_t u8;
H A Dxt_policy.h22 u_int8_t saddr:1,
48 u_int8_t proto;
49 u_int8_t mode;
H A Dxt_conntrack.h65 u_int8_t flags;
67 u_int8_t invflags;
80 u_int8_t state_mask, status_mask;
H A Dxt_sctp.h11 u_int8_t chunktype;
12 u_int8_t flag;
13 u_int8_t flag_mask;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter_ipv6/
H A Dip6_tables.h50 u_int8_t tos;
53 u_int8_t flags;
55 u_int8_t invflags;
193 u_int8_t type; /* type to match */
194 u_int8_t code[2]; /* range of code */
195 u_int8_t invflags; /* Inverse flags */
H A Dip6t_ipv6header.h13 u_int8_t matchflags;
14 u_int8_t invflags;
15 u_int8_t modeflag;
H A Dip6t_opts.h9 u_int8_t flags; /* */
10 u_int8_t invflags; /* Inverse flags */
12 u_int8_t optsnr; /* Nr of OPts */
H A Dip6t_rt.h13 u_int8_t flags; /* */
14 u_int8_t invflags; /* Inverse flags */
16 u_int8_t addrnr; /* Nr of Addresses */
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter_ipv4/
H A Dip_tables.h43 u_int8_t flags;
45 u_int8_t invflags;
133 u_int8_t type; /* type to match */
134 u_int8_t code[2]; /* range of code */
135 u_int8_t invflags; /* Inverse flags */
H A Dipt_ECN.h22 u_int8_t operation; /* bitset of operations */
23 u_int8_t ip_ect; /* ECT codepoint of IPv4 header, pre-shifted */
26 u_int8_t ece:1, cwr:1; /* TCP ECT bits */
H A Dipt_recent.h21 u_int8_t check_set;
22 u_int8_t invert;
24 u_int8_t side;
H A Dipt_sctp.h12 u_int8_t chunktype;
13 u_int8_t flag;
14 u_int8_t flag_mask;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/net/
H A Dethernet.h35 u_int8_t ether_addr_octet[ETH_ALEN];
41 u_int8_t ether_dhost[ETH_ALEN]; /* destination eth addr */
42 u_int8_t ether_shost[ETH_ALEN]; /* source ether addr */
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dcoda.h121 typedef unsigned char u_int8_t; typedef
163 u_int8_t d_type; /* file type, see below */
164 u_int8_t d_namlen; /* length of string in d_name */

123