Home
last modified time | relevance | path

Searched refs:u32_t (Results 1 – 25 of 173) sorted by relevance

1234567

/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/apps/
A Dsnmp_core.h135 const u32_t* id;
145 u32_t u32;
169 u32_t oid;
259 u32_t min;
260 u32_t max;
278 u32_t* next_oid;
327 u32_t inpkts;
328 u32_t outpkts;
333 u32_t intoobigs;
344 u32_t intraps;
[all …]
A Dsnmp_table.h53 u32_t index;
65 …snmp_err_t (*get_cell_instance)(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, struc…
66 …snmp_err_t (*get_next_cell_instance)(const u32_t* column, struct snmp_obj_id* row_oid, struct snmp…
75 snmp_err_t snmp_table_get_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_insta…
76 snmp_err_t snmp_table_get_next_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_…
99 u32_t index;
111 …err_t (*get_cell_value)(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, union snmp_va…
112 …ext_cell_instance_and_value)(const u32_t* column, struct snmp_obj_id* row_oid, union snmp_variant_…
115 snmp_err_t snmp_table_simple_get_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_nod…
116 snmp_err_t snmp_table_simple_get_next_instance(const u32_t *root_oid, u8_t root_oid_len, struct snm…
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/apps/
A Dsnmp_core.h135 const u32_t* id;
145 u32_t u32;
169 u32_t oid;
259 u32_t min;
260 u32_t max;
278 u32_t* next_oid;
327 u32_t inpkts;
328 u32_t outpkts;
333 u32_t intoobigs;
344 u32_t intraps;
[all …]
A Dsnmp_table.h53 u32_t index;
65 …snmp_err_t (*get_cell_instance)(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, struc…
66 …snmp_err_t (*get_next_cell_instance)(const u32_t* column, struct snmp_obj_id* row_oid, struct snmp…
75 snmp_err_t snmp_table_get_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_insta…
76 snmp_err_t snmp_table_get_next_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_…
99 u32_t index;
111 …err_t (*get_cell_value)(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, union snmp_va…
112 …ext_cell_instance_and_value)(const u32_t* column, struct snmp_obj_id* row_oid, union snmp_variant_…
115 snmp_err_t snmp_table_simple_get_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_nod…
116 snmp_err_t snmp_table_simple_get_next_instance(const u32_t *root_oid, u8_t root_oid_len, struct snm…
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dstats.h134 u32_t ipreasmoks;
136 u32_t ipfragoks;
137 u32_t ipfragfails;
148 u32_t tcpoutsegs;
150 u32_t tcpinsegs;
151 u32_t tcpinerrs;
152 u32_t tcpoutrsts;
156 u32_t udpnoports;
161 u32_t icmpinmsgs;
188 u32_t ifinoctets;
[all …]
A Dip4_addr.h52 u32_t addr;
62 PACK_STRUCT_FIELD(u32_t addr);
94 #define IPADDR_NONE ((u32_t)0xffffffffUL)
96 #define IPADDR_LOOPBACK ((u32_t)0x7f000001UL)
98 #define IPADDR_ANY ((u32_t)0x00000000UL)
100 #define IPADDR_BROADCAST ((u32_t)0xffffffffUL)
138 (ipaddr)->addr = ((u32_t)((a) & 0xff) << 24) | \
141 (u32_t)((d) & 0xff)
149 (u32_t)((a) & 0xff)
207 u8_t ip4_addr_netmask_valid(u32_t netmask);
[all …]
A Dnd6.h77 u32_t reachable_time; /* in ms since value may originate from network packet */
78 u32_t delay_time; /* ticks (ND6_TMR_INTERVAL) */
79 u32_t probes_sent;
80 u32_t stale_time; /* ticks (ND6_TMR_INTERVAL) */
88 u32_t age;
94 u32_t invalidation_timer; /* in ms since value may originate from network packet */
105 u32_t invalidation_timer; /* in ms since value may originate from network packet */
139 extern u32_t reachable_time;
140 extern u32_t retrans_timer;
A Dsio.h99 u32_t sio_read(sio_fd_t fd, u8_t *data, u32_t len);
112 u32_t sio_tryread(sio_fd_t fd, u8_t *data, u32_t len);
126 u32_t sio_write(sio_fd_t fd, u8_t *data, u32_t len);
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dstats.h134 u32_t ipreasmoks;
136 u32_t ipfragoks;
137 u32_t ipfragfails;
148 u32_t tcpoutsegs;
150 u32_t tcpinsegs;
151 u32_t tcpinerrs;
152 u32_t tcpoutrsts;
156 u32_t udpnoports;
161 u32_t icmpinmsgs;
188 u32_t ifinoctets;
[all …]
A Dip4_addr.h54 u32_t addr;
64 PACK_STRUCT_FIELD(u32_t addr);
96 #define IPADDR_NONE ((u32_t)0xffffffffUL)
98 #define IPADDR_LOOPBACK ((u32_t)0x7f000001UL)
100 #define IPADDR_ANY ((u32_t)0x00000000UL)
102 #define IPADDR_BROADCAST ((u32_t)0xffffffffUL)
140 (ipaddr)->addr = ((u32_t)((a) & 0xff) << 24) | \
143 (u32_t)((d) & 0xff)
151 (u32_t)((a) & 0xff)
209 u8_t ip4_addr_netmask_valid(u32_t netmask);
[all …]
A Dnd6.h77 u32_t reachable_time; /* in ms since value may originate from network packet */
78 u32_t delay_time; /* ticks (ND6_TMR_INTERVAL) */
79 u32_t probes_sent;
80 u32_t stale_time; /* ticks (ND6_TMR_INTERVAL) */
88 u32_t age;
94 u32_t invalidation_timer; /* in ms since value may originate from network packet */
105 u32_t invalidation_timer; /* in ms since value may originate from network packet */
139 extern u32_t reachable_time;
140 extern u32_t retrans_timer;
A Dsio.h99 u32_t sio_read(sio_fd_t fd, u8_t *data, u32_t len);
112 u32_t sio_tryread(sio_fd_t fd, u8_t *data, u32_t len);
126 u32_t sio_write(sio_fd_t fd, u8_t *data, u32_t len);
A Dtcp.h168 typedef u32_t tcpwnd_size_t;
203 u32_t left;
205 u32_t right;
276 u32_t tmr;
279 u32_t rcv_nxt; /* next seqno expected */
296 u32_t rttest; /* RTT estimate in 500ms ticks */
356 u32_t ts_lastacksent;
357 u32_t ts_recent;
361 u32_t keep_idle;
363 u32_t keep_intvl;
[all …]
/AliOS-Things-master/components/netmgr/net/include/sys/
A Dipaddr.h26 typedef u32_t in_addr_t;
41 u32_t u32_addr[4];
60 u32_t addr;
67 u32_t addr[4];
82 #define IPADDR_NONE ((u32_t)0xffffffffUL)
84 #define IPADDR_LOOPBACK ((u32_t)0x7f000001UL)
86 #define IPADDR_ANY ((u32_t)0x00000000UL)
88 #define IPADDR_BROADCAST ((u32_t)0xffffffffUL)
91 #define IPADDR_NONE ((u32_t)0xffffffffUL)
93 #define IPADDR_LOOPBACK ((u32_t)0x7f000001UL)
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dmagic.c112 u32_t jiffies; in magic_churnrand()
114 u32_t rand; in magic_churnrand()
162 void magic_random_bytes(unsigned char *buf, u32_t buf_len) { in magic_random_bytes()
165 u32_t n; in magic_random_bytes()
185 u32_t magic(void) { in magic()
186 u32_t new_rand; in magic()
263 u32_t magic(void) { in magic()
267 return ((u32_t)rand() << 16) + (u32_t)rand() + magic_randomseed; in magic()
274 void magic_random_bytes(unsigned char *buf, u32_t buf_len) { in magic_random_bytes()
275 u32_t new_rand, n; in magic_random_bytes()
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmp_mib2_udp.c63 u32_t *uint_ptr = (u32_t*)value; in udp_get_value()
79 memset(value, 0, 2*sizeof(u32_t)); /* not supported */ in udp_get_value()
80 return 2*sizeof(u32_t); in udp_get_value()
82 memset(value, 0, 2*sizeof(u32_t)); /* not supported */ in udp_get_value()
83 return 2*sizeof(u32_t); in udp_get_value()
110 …intTable_get_cell_value(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, union snmp_va… in udp_endpointTable_get_cell_value()
165 u32_t result_temp[39]; in udp_endpointTable_get_next_cell_instance_and_value()
175 u32_t test_oid[LWIP_ARRAYSIZE(result_temp)]; in udp_endpointTable_get_next_cell_instance_and_value()
218 …le_get_cell_value_core(struct udp_pcb *pcb, const u32_t* column, union snmp_variant_value* value, in udp_Table_get_cell_value_core()
239 …dp_Table_get_cell_value(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, union snmp_va… in udp_Table_get_cell_value()
[all …]
A Dsnmp_core.c572 snmp_oid_combine(struct snmp_obj_id* target, const u32_t *oid1, u8_t oid1_len, const u32_t *oid2, u… in snmp_oid_combine()
604 snmp_oid_compare(const u32_t *oid1, u8_t oid1_len, const u32_t *oid2, u8_t oid2_len) in snmp_oid_compare()
645 snmp_oid_equal(const u32_t *oid1, u8_t oid1_len, const u32_t *oid2, u8_t oid2_len) in snmp_oid_equal()
678 const u32_t* list_oid; in snmp_get_mib_from_oid()
679 const u32_t* searched_oid; in snmp_get_mib_from_oid()
749 snmp_get_mib_between(const u32_t *oid1, u8_t oid1_len, const u32_t *oid2, u8_t oid2_len) in snmp_get_mib_between()
810 const u32_t* start_oid = NULL; in snmp_get_next_node_instance_from_oid()
985 u32_t subnode_oid = *(oid + oid_offset); in snmp_mib_tree_resolve_exact()
1018 u32_t subnode_oid; in snmp_mib_tree_resolve_next()
1210 snmp_decode_bits(const u8_t *buf, u32_t buf_len, u32_t *bit_value) in snmp_decode_bits()
[all …]
A Dsnmp_mib2_tcp.c64 u32_t *uint_ptr = (u32_t*)value; in tcp_get_value()
127 return 2*sizeof(u32_t); in tcp_get_value()
130 return 2*sizeof(u32_t); in tcp_get_value()
158 …le_get_cell_value_core(struct tcp_pcb *pcb, const u32_t* column, union snmp_variant_value* value, in tcp_ConnTable_get_cell_value_core()
196 …onnTable_get_cell_value(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, union snmp_va… in tcp_ConnTable_get_cell_value()
323 …ionTable_get_cell_value(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, union snmp_va… in tcp_ConnectionTable_get_cell_value()
373 u32_t result_temp[38]; in tcp_ConnectionTable_get_next_cell_instance_and_value()
388 u32_t test_oid[LWIP_ARRAYSIZE(result_temp)]; in tcp_ConnectionTable_get_next_cell_instance_and_value()
432 …nerTable_get_cell_value(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, union snmp_va… in tcp_ListenerTable_get_cell_value()
468 u32_t result_temp[19]; in tcp_ListenerTable_get_next_cell_instance_and_value()
[all …]
A Dsnmp_asn1.h83 err_t snmp_asn1_dec_u32t(struct snmp_pbuf_stream *pbuf_stream, u16_t len, u32_t *value);
84 err_t snmp_asn1_dec_u64t(struct snmp_pbuf_stream *pbuf_stream, u16_t len, u32_t *value);
86 err_t snmp_asn1_dec_oid(struct snmp_pbuf_stream *pbuf_stream, u16_t len, u32_t* oid, u8_t* oid_len,…
92 void snmp_asn1_enc_u32t_cnt(u32_t value, u16_t *octets_needed);
93 void snmp_asn1_enc_u64t_cnt(const u32_t *value, u16_t *octets_needed);
95 void snmp_asn1_enc_oid_cnt(const u32_t *oid, u16_t oid_len, u16_t *octets_needed);
96 err_t snmp_asn1_enc_oid(struct snmp_pbuf_stream* pbuf_stream, const u32_t *oid, u16_t oid_len);
98 err_t snmp_asn1_enc_u32t(struct snmp_pbuf_stream* pbuf_stream, u16_t octets_needed, u32_t value);
99 err_t snmp_asn1_enc_u64t(struct snmp_pbuf_stream* pbuf_stream, u16_t octets_needed, const u32_t* va…
A Dsnmp_mib2_ip.c65 u32_t* uint_ptr = (u32_t*)value; in ip_get_value()
210 …le_get_cell_value_core(struct netif *netif, const u32_t* column, union snmp_variant_value* value, in ip_AddrTable_get_cell_value_core()
251 …ddrTable_get_cell_value(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, union snmp_va… in ip_AddrTable_get_cell_value()
280 …next_cell_instance_and_value(const u32_t* column, struct snmp_obj_id* row_oid, union snmp_variant_… in ip_AddrTable_get_next_cell_instance_and_value()
323 …re(struct netif *netif, u8_t default_route, const u32_t* column, union snmp_variant_value* value, in ip_RouteTable_get_cell_value_core()
392 *value_len = snmp_zero_dot_zero.len * sizeof(u32_t); in ip_RouteTable_get_cell_value_core()
402 …uteTable_get_cell_value(const u32_t* column, const u32_t* row_oid, u8_t row_oid_len, union snmp_va… in ip_RouteTable_get_cell_value()
440 …next_cell_instance_and_value(const u32_t* column, struct snmp_obj_id* row_oid, union snmp_variant_… in ip_RouteTable_get_next_cell_instance_and_value()
445 u32_t test_oid[LWIP_ARRAYSIZE(ip_RouteTable_oid_ranges)]; in ip_RouteTable_get_next_cell_instance_and_value()
497 …e_get_cell_value_core(u8_t arp_table_index, const u32_t* column, union snmp_variant_value* value, in ip_NetToMediaTable_get_cell_value_core()
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dstats.c108 LWIP_PLATFORM_DIAG(("avail: %"U32_F"\n\t", (u32_t)mem->avail)); in stats_display_mem()
109 LWIP_PLATFORM_DIAG(("used: %"U32_F"\n\t", (u32_t)mem->used)); in stats_display_mem()
110 LWIP_PLATFORM_DIAG(("max: %"U32_F"\n\t", (u32_t)mem->max)); in stats_display_mem()
111 LWIP_PLATFORM_DIAG(("err: %"U32_F"\n", (u32_t)mem->err)); in stats_display_mem()
130 LWIP_PLATFORM_DIAG(("sem.used: %"U32_F"\n\t", (u32_t)sys->sem.used)); in stats_display_sys()
131 LWIP_PLATFORM_DIAG(("sem.max: %"U32_F"\n\t", (u32_t)sys->sem.max)); in stats_display_sys()
132 LWIP_PLATFORM_DIAG(("sem.err: %"U32_F"\n\t", (u32_t)sys->sem.err)); in stats_display_sys()
134 LWIP_PLATFORM_DIAG(("mutex.max: %"U32_F"\n\t", (u32_t)sys->mutex.max)); in stats_display_sys()
135 LWIP_PLATFORM_DIAG(("mutex.err: %"U32_F"\n\t", (u32_t)sys->mutex.err)); in stats_display_sys()
137 LWIP_PLATFORM_DIAG(("mbox.max: %"U32_F"\n\t", (u32_t)sys->mbox.max)); in stats_display_sys()
[all …]
A Dinet_chksum.c83 u32_t acc; in lwip_standard_chksum()
139 u32_t sum = 0; in lwip_standard_chksum()
314 u32_t acc; in inet_chksum_pseudo()
315 u32_t addr; in inet_chksum_pseudo()
347 u32_t acc = 0; in ip6_chksum_pseudo()
348 u32_t addr; in ip6_chksum_pseudo()
460 u32_t acc; in inet_chksum_pseudo_partial()
461 u32_t addr; in inet_chksum_pseudo_partial()
495 u32_t acc = 0; in ip6_chksum_pseudo_partial()
496 u32_t addr; in ip6_chksum_pseudo_partial()
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/sntp/
A Dsntp.c146 PACK_STRUCT_FIELD(u32_t root_delay);
147 PACK_STRUCT_FIELD(u32_t root_dispersion);
148 PACK_STRUCT_FIELD(u32_t reference_identifier);
189 static u32_t sntp_retry_timeout;
203 static u32_t sntp_last_timestamp_sent[2];
210 sntp_process(u32_t *receive_timestamp) in sntp_process()
247 u32_t sntp_time_sec, sntp_time_us; in sntp_initialize_request()
277 u32_t new_retry_timeout; in sntp_retry()
374 u32_t originate_timestamp[2]; in sntp_recv()
415 (u32_t)SNTP_UPDATE_DELAY)); in sntp_recv()
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/
A Dvj.h123 u32_t vjs_packets; /* outbound packets */
124 u32_t vjs_compressed; /* outbound compressed packets */
125 u32_t vjs_searches; /* searches for connection state */
126 u32_t vjs_misses; /* times couldn't find conn. state */
127 u32_t vjs_uncompressedin; /* inbound uncompressed packets */
128 u32_t vjs_compressedin; /* inbound compressed packets */
129 u32_t vjs_errorin; /* inbound unknown type packets */
130 u32_t vjs_tossed; /* inbound packets tossed because of error */
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/
A Dvj.h123 u32_t vjs_packets; /* outbound packets */
124 u32_t vjs_compressed; /* outbound compressed packets */
125 u32_t vjs_searches; /* searches for connection state */
126 u32_t vjs_misses; /* times couldn't find conn. state */
127 u32_t vjs_uncompressedin; /* inbound uncompressed packets */
128 u32_t vjs_compressedin; /* inbound compressed packets */
129 u32_t vjs_errorin; /* inbound unknown type packets */
130 u32_t vjs_tossed; /* inbound packets tossed because of error */

Completed in 64 milliseconds

1234567