Home
last modified time | relevance | path

Searched refs:s16_t (Results 1 – 25 of 49) sorted by relevance

12

/lib/lwip/lwip/src/apps/snmp/
A Dsnmp_mib2_system.c229 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 Dsnmp_scalar.c45 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 Dsnmp_table.c319 s16_t
327 s16_t
335 s16_t
A Dsnmp_snmpv2_usm.c279 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 Dsnmp_snmpv2_framework.c43 static s16_t snmpengine_scalars_get_value(const struct snmp_scalar_array_node_def *node, void *valu… in snmpengine_scalars_get_value()
A Dsnmp_mib2_interfaces.c61 static s16_t
156 static s16_t
A Dsnmp_mib2_icmp.c58 static s16_t
A Dsnmp_mib2_snmp.c48 static s16_t
/lib/lwip/lwip/src/core/ipv4/
A Detharp.c256 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 Dicmp.c287 (s16_t)type, (s16_t)code)); in icmp_input()
/lib/lwip/lwip/src/include/lwip/apps/
A Dsnmp_table.h124 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 Dsnmp_threadsync.h61 s16_t s16;
A Dsnmp_scalar.h82 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 Dlwip_prvmib.c110 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 Dtcp.h295 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 Dpbuf.h286 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 Ddebug.h145 ((s16_t)((debug) & LWIP_DBG_MASK_LEVEL) >= LWIP_DBG_MIN_LEVEL))
/lib/lwip/lwip/src/core/ipv6/
A Dnd6.c79 #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 Dip6_frag.c76 #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 Dfifo.h37 s16_t fifoGetNonBlock(fifo_t * fifo);
A Dsio.h29 s16_t sio_poll(sio_status_t * siostat);
/lib/lwip/lwip/test/unit/tcp/
A Dtcp_helper.c85 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 Dsockets_priv.h75 s16_t rcvevent;
/lib/lwip/lwip/src/core/
A Dtcp_in.c1156 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 Dfifo.c51 s16_t fifoGetNonBlock(fifo_t * fifo) in fifoGetNonBlock()

Completed in 54 milliseconds

12