Searched refs:s16_t (Results 1 – 25 of 49) sorted by relevance
12
| /lib/lwip/lwip/src/apps/snmp/ |
| A D | snmp_mib2_system.c | 229 static s16_t 233 const s16_t *var_len; in system_get_value() 239 var_len = (const s16_t *)sysdescr_len; in system_get_value() 251 var_len = (const s16_t *)syscontact_len; in system_get_value() 255 var_len = (const s16_t *)sysname_len; in system_get_value() 259 var_len = (const s16_t *)syslocation_len; in system_get_value() 272 result = (s16_t)strlen((const char *)var); in system_get_value()
|
| A D | snmp_scalar.c | 45 static s16_t snmp_scalar_array_get_value(struct snmp_node_instance *instance, void *value); 193 static s16_t 196 s16_t result = -1; in snmp_scalar_array_get_value()
|
| A D | snmp_table.c | 319 s16_t 327 s16_t 335 s16_t
|
| A D | snmp_snmpv2_usm.c | 279 static s16_t usmusertable_get_value(struct snmp_node_instance *cell_instance, void *value) in usmusertable_get_value() 286 return (s16_t)cell_instance->reference_len; in usmusertable_get_value() 331 static s16_t usmstats_scalars_get_value(const struct snmp_scalar_array_node_def *node, void *value) in usmstats_scalars_get_value()
|
| A D | snmp_snmpv2_framework.c | 43 static s16_t snmpengine_scalars_get_value(const struct snmp_scalar_array_node_def *node, void *valu… in snmpengine_scalars_get_value()
|
| A D | snmp_mib2_interfaces.c | 61 static s16_t 156 static s16_t
|
| A D | snmp_mib2_icmp.c | 58 static s16_t
|
| A D | snmp_mib2_snmp.c | 48 static s16_t
|
| /lib/lwip/lwip/src/core/ipv4/ |
| A D | etharp.c | 256 static s16_t 260 s16_t empty = ARP_TABLE_SIZE; in etharp_find_entry() 261 s16_t i = 0; in etharp_find_entry() 263 s16_t old_queue = ARP_TABLE_SIZE; in etharp_find_entry() 343 return (s16_t)ERR_MEM; in etharp_find_entry() 380 return (s16_t)ERR_MEM; in etharp_find_entry() 401 return (s16_t)i; in etharp_find_entry() 425 s16_t i; 532 s16_t i; 587 s16_t i; [all …]
|
| A D | icmp.c | 287 (s16_t)type, (s16_t)code)); in icmp_input()
|
| /lib/lwip/lwip/src/include/lwip/apps/ |
| A D | snmp_table.h | 124 s16_t snmp_table_extract_value_from_s32ref(struct snmp_node_instance* instance, void* value); 125 s16_t snmp_table_extract_value_from_u32ref(struct snmp_node_instance* instance, void* value); 126 s16_t snmp_table_extract_value_from_refconstptr(struct snmp_node_instance* instance, void* value);
|
| A D | snmp_threadsync.h | 61 s16_t s16;
|
| A D | snmp_scalar.h | 82 typedef s16_t (*snmp_scalar_array_get_value_method)(const struct snmp_scalar_array_node_def*, void*…
|
| /lib/lwip/lwip/contrib/examples/snmp/snmp_private_mib/ |
| A D | lwip_prvmib.c | 110 static s16_t sensor_count_get_value(struct snmp_node_instance* instance, void* value); 113 static s16_t sensor_table_get_value(struct snmp_node_instance* instance, void* value); 249 static s16_t 340 static s16_t 368 return (s16_t)strlen(sensors[i].file); in sensor_table_get_value()
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | tcp.h | 295 s16_t rtime; 302 s16_t sa, sv; /* @see "Congestion Avoidance and Control" by Van Jacobson and Karels */ 304 s16_t rto; /* retransmission time-out (in ticks of TCP_SLOW_INTERVAL) */
|
| A D | pbuf.h | 286 u8_t pbuf_header(struct pbuf *p, s16_t header_size); 287 u8_t pbuf_header_force(struct pbuf *p, s16_t header_size);
|
| A D | debug.h | 145 ((s16_t)((debug) & LWIP_DBG_MASK_LEVEL) >= LWIP_DBG_MIN_LEVEL))
|
| /lib/lwip/lwip/src/core/ipv6/ |
| A D | nd6.c | 79 #error LWIP_ND6_NUM_DESTINATIONS must fit into an s16_t (max value: 32767) 125 static s16_t nd6_find_destination_cache_entry(const ip6_addr_t *ip6addr); 126 static s16_t nd6_new_destination_cache_entry(void); 306 s16_t dest_idx; in nd6_input() 1586 static s16_t 1589 s16_t i; in nd6_find_destination_cache_entry() 1608 static s16_t 1611 s16_t i, j; in nd6_new_destination_cache_entry() 1957 s16_t dst_idx; in nd6_get_next_hop_entry() 2328 s16_t i; in nd6_get_destination_mtu() [all …]
|
| A D | ip6_frag.c | 76 #define IPV6_FRAG_REQROOM ((s16_t)(sizeof(struct ip6_reass_helper) - IP6_FRAG_HLEN)) 168 if (pbuf_header_force(p, (s16_t)((u8_t*)p->payload - (u8_t*)ipr->iphdr))) { in ip6_reass_free_complete_datagram() 654 if (pbuf_header_force(p, (s16_t)((u8_t*)p->payload - (u8_t*)iphdr_ptr))) { in ip6_reass()
|
| /lib/lwip/lwip/contrib/ports/unix/port/include/netif/ |
| A D | fifo.h | 37 s16_t fifoGetNonBlock(fifo_t * fifo);
|
| A D | sio.h | 29 s16_t sio_poll(sio_status_t * siostat);
|
| /lib/lwip/lwip/test/unit/tcp/ |
| A D | tcp_helper.c | 85 pbuf_header(p, -(s16_t)sizeof(struct ip_hdr)); in tcp_create_segment_wnd() 98 pbuf_header(p, -(s16_t)sizeof(struct tcp_hdr)); in tcp_create_segment_wnd() 270 pbuf_header(p, -(s16_t)sizeof(struct ip_hdr)); in test_tcp_input()
|
| /lib/lwip/lwip/src/include/lwip/priv/ |
| A D | sockets_priv.h | 75 s16_t rcvevent;
|
| /lib/lwip/lwip/src/core/ |
| A D | tcp_in.c | 1156 s16_t m; 1251 pcb->rto = (s16_t)((pcb->sa >> 3) + pcb->sv); 1353 m = (s16_t)(tcp_ticks - pcb->rttest); 1359 m = (s16_t)(m - (pcb->sa >> 3)); 1360 pcb->sa = (s16_t)(pcb->sa + m); 1362 m = (s16_t) - m; 1364 m = (s16_t)(m - (pcb->sv >> 2)); 1365 pcb->sv = (s16_t)(pcb->sv + m); 1366 pcb->rto = (s16_t)((pcb->sa >> 3) + pcb->sv);
|
| /lib/lwip/lwip/contrib/ports/unix/port/netif/ |
| A D | fifo.c | 51 s16_t fifoGetNonBlock(fifo_t * fifo) in fifoGetNonBlock()
|
Completed in 54 milliseconds
12