HomeSort by relevance Sort by last modified time
    Searched refs:u8_t (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/syslinux/core/lwip/src/include/lwip/
snmp_msg.h 87 u8_t ident_len;
92 u8_t value_type;
93 /* object value length (in u8_t) */
94 u8_t value_len;
99 u8_t seqlenlen;
101 u8_t olenlen;
103 u8_t vlenlen;
117 u8_t count;
119 u8_t seqlenlen;
128 u8_t erridxlenlen
    [all...]
sio.h 60 sio_fd_t sio_open(u8_t devnum);
72 void sio_send(u8_t c, sio_fd_t fd);
83 u8_t sio_recv(sio_fd_t fd);
98 u32_t sio_read(sio_fd_t fd, u8_t *data, u32_t len);
111 u32_t sio_tryread(sio_fd_t fd, u8_t *data, u32_t len);
125 u32_t sio_write(sio_fd_t fd, u8_t *data, u32_t len);
snmp_structs.h 75 u8_t instance;
77 u8_t access;
79 u8_t asn_type;
83 u8_t id_inst_len;
90 u8_t ident_len;
109 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
114 u8_t (*set_test)(struct obj_def *od, u16_t len, void *value);
118 u8_t node_type;
131 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
133 u8_t (*set_test)(struct obj_def *od, u16_t len, void *value)
    [all...]
raw.h 60 typedef u8_t (*raw_recv_fn)(void *arg, struct raw_pcb *pcb, struct pbuf *p,
69 u8_t protocol;
79 struct raw_pcb * raw_new (u8_t proto);
89 u8_t raw_input (struct pbuf *p, struct netif *inp);
snmp_asn1.h 77 err_t snmp_asn1_dec_type(struct pbuf *p, u16_t ofs, u8_t *type);
78 err_t snmp_asn1_dec_length(struct pbuf *p, u16_t ofs, u8_t *octets_used, u16_t *length);
82 err_t snmp_asn1_dec_raw(struct pbuf *p, u16_t ofs, u16_t len, u16_t raw_len, u8_t *raw);
84 void snmp_asn1_enc_length_cnt(u16_t length, u8_t *octets_needed);
87 void snmp_asn1_enc_oid_cnt(u8_t ident_len, s32_t *ident, u16_t *octets_needed);
88 err_t snmp_asn1_enc_type(struct pbuf *p, u16_t ofs, u8_t type);
92 err_t snmp_asn1_enc_oid(struct pbuf *p, u16_t ofs, u8_t ident_len, s32_t *ident);
93 err_t snmp_asn1_enc_raw(struct pbuf *p, u16_t ofs, u16_t raw_len, u8_t *raw);
tcp.h 160 u8_t prio; \
178 u8_t flags;
179 #define TF_ACK_DELAY ((u8_t)0x01U) /* Delayed ACK. */
180 #define TF_ACK_NOW ((u8_t)0x02U) /* Immediate ACK. */
181 #define TF_INFR ((u8_t)0x04U) /* In fast recovery. */
182 #define TF_TIMESTAMP ((u8_t)0x08U) /* Timestamp option enabled */
183 #define TF_RXCLOSED ((u8_t)0x10U) /* rx closed by tcp_shutdown */
184 #define TF_FIN ((u8_t)0x20U) /* Connection was closed locally (FIN segment enqueued). */
185 #define TF_NODELAY ((u8_t)0x40U) /* Disable Nagle algorithm */
186 #define TF_NAGLEMEMERR ((u8_t)0x80U) /* nagle enabled, memerr, try to output to prevent delayed ACK to happen *
    [all...]
api_msg.h 74 u8_t proto;
85 u8_t local;
91 u8_t apiflags;
99 u8_t shut;
111 u8_t backlog;
dhcp.h 38 u8_t state;
40 u8_t tries;
42 u8_t autoip_coop_state;
44 u8_t subnet_mask_given;
76 PACK_STRUCT_FIELD(u8_t op);
77 PACK_STRUCT_FIELD(u8_t htype);
78 PACK_STRUCT_FIELD(u8_t hlen);
79 PACK_STRUCT_FIELD(u8_t hops);
87 PACK_STRUCT_FIELD(u8_t chaddr[DHCP_CHADDR_LEN]);
88 PACK_STRUCT_FIELD(u8_t sname[DHCP_SNAME_LEN])
    [all...]
netif.h 131 ip_addr_t *group, u8_t action);
184 u8_t hwaddr_len;
186 u8_t hwaddr[NETIF_MAX_HWADDR_LEN];
188 u8_t flags;
192 u8_t num;
195 u8_t link_type;
216 u8_t *addr_hint;
278 #define netif_is_up(netif) (((netif)->flags & NETIF_FLAG_UP) ? (u8_t)1 : (u8_t)0)
287 #define netif_is_link_up(netif) (((netif)->flags & NETIF_FLAG_LINK_UP) ? (u8_t)1 : (u8_t)0
    [all...]
snmp.h 96 u8_t len;
101 void snmp_set_sysdesr(u8_t* str, u8_t* len);
107 void snmp_set_syscontact(u8_t *ocstr, u8_t *ocstrlen);
108 void snmp_set_sysname(u8_t *ocstr, u8_t *ocstrlen);
109 void snmp_set_syslocation(u8_t *ocstr, u8_t *ocstrlen);
147 void snmp_insert_iprteidx_tree(u8_t dflt, struct netif *ni)
    [all...]
pbuf.h 92 /** pbuf_type as u8_t instead of enum to save space */
93 u8_t /*pbuf_type*/ type;
96 u8_t flags;
129 u8_t pbuf_header(struct pbuf *p, s16_t header_size);
131 u8_t pbuf_free(struct pbuf *p);
132 u8_t pbuf_clen(struct pbuf *p);
145 u8_t pbuf_get_at(struct pbuf* p, u16_t offset);
dns.h 108 void dns_setserver(u8_t numdns, ip_addr_t *dnsserver);
109 ip_addr_t dns_getserver(u8_t numdns);
  /external/syslinux/core/lwip/src/include/ipv4/lwip/
ip.h 67 #define IP_PCB_ADDRHINT ;u8_t addr_hint
81 u8_t so_options; \
83 u8_t tos; \
85 u8_t ttl \
97 /*#define SOF_DEBUG (u8_t)0x01U Unimplemented: turn on debugging info recording */
98 #define SOF_ACCEPTCONN (u8_t)0x02U /* socket has had listen() */
99 #define SOF_REUSEADDR (u8_t)0x04U /* allow local address reuse */
100 #define SOF_KEEPALIVE (u8_t)0x08U /* keep connections alive */
101 /*#define SOF_DONTROUTE (u8_t)0x10U Unimplemented: just use interface addresses */
102 #define SOF_BROADCAST (u8_t)0x20U /* permit to send and to receive broadcast messages (see IP_SOF_BROADCAST option) *
    [all...]
autoip.h 84 u8_t state; /* current AutoIP state machine state */
85 u8_t sent_num; /* sent number of probes or announces, dependent on state */
87 u8_t lastconflict; /* ticks until a conflict can be solved by defending */
88 u8_t tried_llipaddr; /* total number of probed/used Link Local IP-Addresses */
ip_frag.h 59 u8_t flags;
60 u8_t timer;
igmp.h 80 u8_t last_reporter_flag;
82 u8_t group_state;
86 u8_t use;
inet_chksum.h 77 u8_t proto, u16_t proto_len);
80 u8_t proto, u16_t proto_len, u16_t chksum_len);
  /external/syslinux/core/lwip/src/core/snmp/
asn1_enc.c 50 snmp_asn1_enc_length_cnt(u16_t length, u8_t *octets_needed)
142 snmp_asn1_enc_oid_cnt(u8_t ident_len, s32_t *ident, u16_t *octets_needed)
145 u8_t cnt;
181 snmp_asn1_enc_type(struct pbuf *p, u16_t ofs, u8_t type)
184 u8_t *msg_ptr;
193 msg_ptr = (u8_t*)p->payload;
216 u8_t *msg_ptr;
225 msg_ptr = (u8_t*)p->payload;
230 *msg_ptr = (u8_t)length;
242 msg_ptr = (u8_t*)p->payload
    [all...]
asn1_dec.c 52 snmp_asn1_dec_type(struct pbuf *p, u16_t ofs, u8_t *type)
55 u8_t *msg_ptr;
64 msg_ptr = (u8_t*)p->payload;
85 snmp_asn1_dec_length(struct pbuf *p, u16_t ofs, u8_t *octets_used, u16_t *length)
88 u8_t *msg_ptr;
97 msg_ptr = (u8_t*)p->payload;
110 u8_t zeros;
111 u8_t i;
128 msg_ptr = (u8_t*)p->payload;
163 msg_ptr = (u8_t*)p->payload
    [all...]
mib2.c 79 static void system_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
81 static u8_t system_set_test(struct obj_def *od, u16_t len, void *value);
83 static void interfaces_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
85 static void ifentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
88 static u8_t ifentry_set_test (struct obj_def *od, u16_t len, void *value);
91 static void atentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
93 static void ip_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
95 static u8_t ip_set_test(struct obj_def *od, u16_t len, void *value);
96 static void ip_addrentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
98 static void ip_rteentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od)
    [all...]
  /external/syslinux/core/lwip/src/core/
mem.c 161 u8_t used;
181 u8_t ram_heap[MEM_SIZE_ALIGNED + (2*SIZEOF_STRUCT_MEM) + MEM_ALIGNMENT];
186 static u8_t *ram;
197 static volatile u8_t mem_free_count;
238 LWIP_ASSERT("plug_holes: mem >= ram", (u8_t *)mem >= ram);
239 LWIP_ASSERT("plug_holes: mem < ram_end", (u8_t *)mem < (u8_t *)ram_end);
246 if (mem != nmem && nmem->used == 0 && (u8_t *)nmem != (u8_t *)ram_end) {
252 ((struct mem *)(void *)&ram[nmem->next])->prev = (mem_size_t)((u8_t *)mem - ram)
    [all...]
memp.c 155 * extern u8_t __attribute__((section(".onchip_mem"))) memp_memory_UDP_PCB_base[];
157 #define LWIP_MEMPOOL(name,num,size,desc) u8_t memp_memory_ ## name ## _base \
162 static u8_t *const memp_bases[] = {
170 static u8_t memp_memory[MEM_ALIGNMENT - 1
219 u8_t *m;
221 m = (u8_t*)p + MEMP_SIZE + memp_sizes[memp_type];
252 u8_t *m;
254 m = (u8_t*)p + MEMP_SIZE - MEMP_SANITY_REGION_BEFORE_ALIGNED;
290 p = (struct memp*)((u8_t*)p + MEMP_SIZE + memp_sizes[i] + MEMP_SANITY_REGION_AFTER_ALIGNED);
298 p = (struct memp*)((u8_t*)p + MEMP_SIZE + memp_sizes[i] + MEMP_SANITY_REGION_AFTER_ALIGNED)
    [all...]
  /external/syslinux/core/lwip/src/core/ipv4/
ip_addr.c 54 u8_t
89 u8_t
114 #define in_range(c, lo, up) ((u8_t)c >= lo && (u8_t)c <= up)
155 u8_t base;
281 u8_t *ap;
282 u8_t rem;
283 u8_t n;
284 u8_t i;
290 ap = (u8_t *)&s_addr
    [all...]
inet_chksum.c 85 u8_t *octetptr;
89 octetptr = (u8_t*)dataptr;
137 u8_t *pb = (u8_t *)dataptr;
144 ((u8_t *)&t)[1] = *pb++;
157 ((u8_t *)&t)[0] = *(u8_t *)ps;
193 u8_t *pb = (u8_t *)dataptr;
201 ((u8_t *)&t)[1] = *pb++
    [all...]
  /external/syslinux/core/lwip/src/include/netif/
ppp_oe.h 84 PACK_STRUCT_FIELD(u8_t vertype);
85 PACK_STRUCT_FIELD(u8_t code);
161 u8_t sc_ac_cookie[PPPOE_MAX_AC_COOKIE_LEN]; /* content of AC cookie we must echo back */
164 u8_t *sc_hunique; /* content of host unique we must echo back */

Completed in 317 milliseconds

1 2 3