Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/upm/upm/
H A D0001-Use-stdint-types.patch26 - u_int8_t bits = (u_int8_t)std::stoul(tok.substr(20), nullptr, 0);
31 - u_int8_t bits = (u_int8_t)std::stoul(tok.substr(20), nullptr, 0);
36 - u_int8_t bits = (u_int8_t)std::stoul(tok.substr(20), nullptr, 0);
41 - u_int8_t bits = (u_int8_t)std::stoul(tok.substr(17), nullptr, 0);
46 - u_int8_t bits = (u_int8_t)std::stoul(tok.substr(17), nullptr, 0);
51 - u_int8_t bits = (u_int8_t)std::stoul(tok.substr(17), nullptr, 0);
56 - u_int8_t bits = (u_int8_t)std::stoul(tok.substr(16), nullptr, 0);
61 - u_int8_t bits = (u_int8_t)std::stoul(tok.substr(26), nullptr, 0);
74 - u_int8_t bits = (u_int8_t)std::stoul(tok.substr(20), nullptr, 0);
79 - u_int8_t bits = (u_int8_t)std::stoul(tok.substr(17), nullptr, 0);
[all …]
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Deisa_eeprom.h21 u_int8_t flags; /* flags, usage? */
22 u_int8_t ver_maj;
23 u_int8_t ver_min;
24 u_int8_t num_slots; /* number of EISA slots in system */
26 u_int8_t pad[10];
44 u_int8_t slot_info;
49 u_int8_t slot_features;
51 u_int8_t ver_min;
52 u_int8_t ver_maj;
67 u_int8_t function_info;
[all …]
/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_log.h21 u_int8_t type;
33 u_int8_t level;
34 u_int8_t logflags;
40 u_int8_t pf,
59 int nf_log_register(u_int8_t pf, struct nf_logger *logger);
62 int nf_log_set(struct net *net, u_int8_t pf, const struct nf_logger *logger);
65 int nf_log_bind_pf(struct net *net, u_int8_t pf,
67 void nf_log_unbind_pf(struct net *net, u_int8_t pf);
79 u_int8_t pf,
89 u_int8_t pf,
[all …]
/OK3568_Linux_fs/kernel/include/linux/netfilter/
H A Dnf_conntrack_tcp.h13 u_int8_t td_scale; /* window scale factor */
14 u_int8_t flags; /* per direction options */
19 u_int8_t state; /* state of the connection (enum tcp_conntrack) */
21 u_int8_t last_dir; /* Direction of the last packet (enum ip_conntrack_dir) */
22 u_int8_t retrans; /* Number of retransmitted packets */
23 u_int8_t last_index; /* Index of the last packet */
29 u_int8_t last_wscale; /* Last window scaling factor seen */
30 u_int8_t last_flags; /* Last flags set */
H A Dx_tables.h74 static inline u_int8_t xt_family(const struct xt_action_param *par) in xt_family()
99 u_int8_t family;
111 u_int8_t family;
130 u_int8_t family;
139 u_int8_t family;
146 u_int8_t revision;
186 u_int8_t revision;
235 u_int8_t af; /* address/protocol family */
325 struct xt_table *xt_find_table_lock(struct net *net, u_int8_t af,
327 struct xt_table *xt_request_find_table_lock(struct net *net, u_int8_t af,
[all …]
H A Dnf_conntrack_dccp.h31 u_int8_t role[IP_CT_DIR_MAX];
32 u_int8_t state;
33 u_int8_t last_pkt;
34 u_int8_t last_dir;
/OK3568_Linux_fs/u-boot/drivers/net/
H A Ddavinci_emac.h55 u_int8_t *buffer; /* Pointer to data buffer */
97 u_int8_t RSVD0[4];
101 u_int8_t RSVD1[100];
107 u_int8_t RSVD2[12];
116 u_int8_t RSVD3[64];
123 u_int8_t RSVD4[8];
146 u_int8_t RSVD5[88];
155 u_int8_t RSVD6[16];
192 u_int8_t RSVD7[624];
196 u_int8_t RSVD8[244];
[all …]
/OK3568_Linux_fs/kernel/tools/usb/usbip/libsrc/
H A Dnames.h19 extern const char *names_class(u_int8_t classid);
20 extern const char *names_subclass(u_int8_t classid, u_int8_t subclassid);
21 extern const char *names_protocol(u_int8_t classid, u_int8_t subclassid,
22 u_int8_t protocolid);
H A Dnames.c39 u_int8_t classid;
45 u_int8_t classid, subclassid;
51 u_int8_t classid, subclassid, protocolid;
105 const char *names_class(u_int8_t classid) in names_class()
116 const char *names_subclass(u_int8_t classid, u_int8_t subclassid) in names_subclass()
127 const char *names_protocol(u_int8_t classid, u_int8_t subclassid, in names_protocol()
128 u_int8_t protocolid) in names_protocol()
228 static int new_class(const char *name, u_int8_t classid) in new_class()
247 static int new_subclass(const char *name, u_int8_t classid, u_int8_t subclassid) in new_subclass()
267 static int new_protocol(const char *name, u_int8_t classid, u_int8_t subclassid, in new_protocol()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Dscsi_iu.h9 u_int8_t reserved[2];
10 u_int8_t flags;
13 u_int8_t status;
14 u_int8_t sense_length[4];
15 u_int8_t pkt_failures_length[4];
16 u_int8_t pkt_failures[1];
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/libnfnetlink/libnfnetlink/
H A D0006-src-Use-stdint-types-everywhere.patch42 - u_int8_t, u_int8_t,
51 - unsigned int, u_int8_t, u_int16_t, u_int16_t,
62 - u_int8_t type, struct nfnl_callback *cb);
63 -extern int nfnl_callback_unregister(struct nfnl_subsys_handle *, u_int8_t type);
73 -extern int nfnl_addattr8(struct nlmsghdr *, int, int, u_int8_t);
139 - u_int8_t subsys_id;
140 - u_int8_t cb_count;
177 -nfnl_subsys_open(struct nfnl_handle *nfnlh, u_int8_t subsys_id,
178 - u_int8_t cb_count, u_int32_t subscriptions)
188 - u_int8_t family,
[all …]
/OK3568_Linux_fs/kernel/include/linux/netfilter_bridge/
H A Debtables.h32 u_int8_t revision;
33 u_int8_t family;
49 u_int8_t revision;
50 u_int8_t family;
67 u_int8_t revision;
68 u_int8_t family;
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetfilter.h70 u_int8_t pf;
86 u_int8_t pf;
142 u_int8_t pf, in nf_hook_state_init()
163 u_int8_t pf;
208 static inline int nf_hook(u_int8_t pf, unsigned int hook, struct net *net, in nf_hook()
346 int nf_setsockopt(struct sock *sk, u_int8_t pf, int optval, sockptr_t opt,
348 int nf_getsockopt(struct sock *sk, u_int8_t pf, int optval, char __user *opt,
355 unsigned int dataoff, u_int8_t protocol,
360 u_int8_t protocol, unsigned short family);
386 nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl, u_int8_t family) in nf_nat_decode_session()
[all …]
H A Dnetfilter_ipv4.h15 u_int8_t tos;
25 unsigned int dataoff, u_int8_t protocol);
30 unsigned int dataoff, u_int8_t protocol) in nf_ip_checksum()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_time.c23 u_int8_t month; /* (1-12) */
24 u_int8_t monthday; /* (1-31) */
25 u_int8_t weekday; /* (1-7) */
26 u_int8_t hour; /* (0-23) */
27 u_int8_t minute; /* (0-59) */
28 u_int8_t second; /* (0-59) */
H A Dnf_log_common.c85 nf_log_buf_add(m, "RES=0x%02x ", (u_int8_t)(ntohl(tcp_flag_word(th) & in nf_log_dump_tcp_header()
108 u_int8_t _opt[60 - sizeof(struct tcphdr)]; in nf_log_dump_tcp_header()
109 const u_int8_t *op; in nf_log_dump_tcp_header()
150 nf_log_dump_packet_common(struct nf_log_buf *m, u_int8_t pf, in nf_log_dump_packet_common()
187 void nf_log_l2packet(struct net *net, u_int8_t pf, in nf_log_l2packet()
H A Dxt_DSCP.c31 u_int8_t dscp = ipv4_get_dsfield(ip_hdr(skb)) >> XT_DSCP_SHIFT; in dscp_tg()
49 u_int8_t dscp = ipv6_get_dsfield(ipv6_hdr(skb)) >> XT_DSCP_SHIFT; in dscp_tg6()
76 u_int8_t orig, nv; in tos_tg()
96 u_int8_t orig, nv; in tos_tg6()
H A Dnf_sockopt.c62 static struct nf_sockopt_ops *nf_sockopt_find(struct sock *sk, u_int8_t pf, in nf_sockopt_find()
92 int nf_setsockopt(struct sock *sk, u_int8_t pf, int val, sockptr_t opt, in nf_setsockopt()
107 int nf_getsockopt(struct sock *sk, u_int8_t pf, int val, char __user *opt, in nf_getsockopt()
H A Dxt_TCPOPTSTRIP.c19 static inline unsigned int optlen(const u_int8_t *opt, unsigned int offset) in optlen()
37 u_int8_t *opt; in tcpoptstrip_mangle_packet()
100 u_int8_t nexthdr; in tcpoptstrip_tg6()
H A Dxt_multiport.c110 u_int8_t ip_invflags, in check()
111 u_int8_t match_flags, in check()
112 u_int8_t count) in check()
/OK3568_Linux_fs/buildroot/package/libnetfilter_log/
H A D0004-include-Sync-with-current-kernel-headers.patch25 - u_int8_t hook; /* netfilter hook */
26 - u_int8_t _pad;
36 - u_int8_t hw_addr[8];
74 - u_int8_t command; /* nfulnl_msg_config_cmds */
80 - u_int8_t copy_mode;
81 - u_int8_t _pad;
/OK3568_Linux_fs/kernel/drivers/parisc/
H A Deisa_enumerator.c37 #define get_8(x) (*(u_int8_t*)(x))
80 u_int8_t c; in configure_memory()
118 u_int8_t c; in configure_irq()
149 u_int8_t c; in configure_dma()
171 u_int8_t c; in configure_port()
212 u_int8_t c; in configure_port_init()
274 static int configure_choise(const unsigned char *buf, u_int8_t *info) in configure_choise()
323 u_int8_t flags; in parse_slot_config()
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dnicstarmac.c162 static u_int8_t read_eprom_byte(virt_addr_t base, u_int8_t offset) in read_eprom_byte()
166 u_int8_t tempread = 0; in read_eprom_byte()
240 u_int8_t prom_offset, u_int8_t * buffer, u_int32_t nbytes) in nicstar_read_eprom()
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dip6t_mh.c26 type_match(u_int8_t min, u_int8_t max, u_int8_t type, bool invert) in type_match()
/OK3568_Linux_fs/buildroot/package/aircrack-ng/
H A D0002-Fix-duplicated-symbols.patch46 -u_int8_t h80211[4096];
47 -static u_int8_t tmpbuf[4096];
48 +extern u_int8_t h80211[4096];
49 +extern u_int8_t tmpbuf[4096];

123456