| /components/net/lwip/lwip-2.0.3/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() 252 var_len = (const s16_t*)syscontact_len; in system_get_value() 256 var_len = (const s16_t*)sysname_len; in system_get_value() 260 var_len = (const s16_t*)syslocation_len; in system_get_value() 273 result = (s16_t)strlen((const char*)var); in system_get_value()
|
| A D | snmp_table.c | 320 s16_t 328 s16_t 336 s16_t
|
| /components/net/lwip/lwip-2.1.2/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()
|
| /components/net/lwip/lwip-2.0.3/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;
|
| /components/net/lwip/lwip-2.1.2/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;
|
| /components/net/lwip/lwip-2.0.3/src/core/ipv4/ |
| A D | icmp.c | 155 if (pbuf_header(p, (s16_t)(hlen + PBUF_LINK_HLEN + PBUF_LINK_ENCAPSULATION_HLEN))) { in icmp_input() 174 if (pbuf_header(r, (s16_t)-hlen)) { in icmp_input() 191 if (pbuf_header(p, -(s16_t)(hlen + PBUF_LINK_HLEN + PBUF_LINK_ENCAPSULATION_HLEN))) { in icmp_input() 201 if (pbuf_header(p, (s16_t)hlen)) { in icmp_input() 271 (s16_t)type, (s16_t)code)); in icmp_input()
|
| /components/net/lwip/lwip-1.4.1/src/core/ipv4/ |
| A D | icmp.c | 85 s16_t hlen; in icmp_input() 180 if (pbuf_header(p, -(s16_t)(PBUF_IP_HLEN + PBUF_LINK_HLEN))) { in icmp_input() 231 (s16_t)type, (s16_t)code)); in icmp_input()
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | mppe.c | 210 pbuf_header(np, -(s16_t)(MPPE_OVHD + sizeof(protocol))); in mppe_compress() 218 pbuf_header(np, (s16_t)(MPPE_OVHD + sizeof(protocol))); in mppe_compress() 249 pbuf_header(np, -(s16_t)MPPE_OVHD); in mppe_compress() 260 pbuf_header(np, (s16_t)MPPE_OVHD); in mppe_compress() 385 pbuf_header(n0, -(s16_t)(MPPE_OVHD)); in mppe_decompress()
|
| A D | vj.c | 415 if (pbuf_header(np, -(s16_t)hlen)){ in vj_compress_tcp() 424 if (pbuf_header(np, -(s16_t)hlen)) { in vj_compress_tcp() 626 if (pbuf_header(n0, -(s16_t)vjlen)) { in vj_uncompress_tcp() 650 if (pbuf_header(np, -(s16_t)cs->cs_hlen)) { in vj_uncompress_tcp() 670 if (pbuf_header(n0, (s16_t)cs->cs_hlen)) { in vj_uncompress_tcp()
|
| /components/net/lwip/lwip-2.0.3/src/netif/ |
| A D | ethernet.c | 86 s16_t ip_hdr_offset = SIZEOF_ETH_HDR; 172 if ((p->len < ip_hdr_offset) || pbuf_header(p, (s16_t)-ip_hdr_offset)) { 189 if ((p->len < ip_hdr_offset) || pbuf_header(p, (s16_t)-ip_hdr_offset)) { 216 if ((p->len < ip_hdr_offset) || pbuf_header(p, (s16_t)-ip_hdr_offset)) {
|
| /components/net/lwip/lwip-2.1.2/src/core/ipv4/ |
| A D | etharp.c | 255 static s16_t 259 s16_t empty = ARP_TABLE_SIZE; in etharp_find_entry() 260 s16_t i = 0; in etharp_find_entry() 262 s16_t old_queue = ARP_TABLE_SIZE; in etharp_find_entry() 342 return (s16_t)ERR_MEM; in etharp_find_entry() 379 return (s16_t)ERR_MEM; in etharp_find_entry() 400 return (s16_t)i; in etharp_find_entry() 424 s16_t i; 531 s16_t i; 586 s16_t i; [all …]
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | tcp.h | 202 s16_t rtime; 209 s16_t sa, sv; /* @todo document this */ 211 s16_t rto; /* retransmission time-out */
|
| A D | debug.h | 86 … ((s16_t)((debug) & LWIP_DBG_MASK_LEVEL) >= LWIP_DBG_MIN_LEVEL)) { \
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | pbuf.h | 230 u8_t pbuf_header(struct pbuf *p, s16_t header_size); 231 u8_t pbuf_header_force(struct pbuf *p, s16_t header_size);
|
| A D | tcp.h | 243 s16_t rtime; 250 s16_t sa, sv; /* @todo document this */ 252 s16_t rto; /* retransmission time-out */
|
| A D | debug.h | 155 … ((s16_t)((debug) & LWIP_DBG_MASK_LEVEL) >= LWIP_DBG_MIN_LEVEL)) { \
|
| /components/net/lwip/lwip-2.0.3/src/core/ipv6/ |
| A D | ip6.c | 607 pbuf_header(p, -(s16_t)hlen); in ip6_input() 630 pbuf_header(p, -(s16_t)hlen); in ip6_input() 653 pbuf_header(p, -(s16_t)hlen); in ip6_input() 687 pbuf_header(p, -(s16_t)hlen); in ip6_input() 724 pbuf_header_force(p, (s16_t)ip_data.current_ip_header_tot_len); in ip6_input() 746 pbuf_header(p, -(s16_t)ip_data.current_ip_header_tot_len); in ip6_input() 753 pbuf_header(p, -(s16_t)ip_data.current_ip_header_tot_len); in ip6_input() 760 pbuf_header(p, -(s16_t)ip_data.current_ip_header_tot_len); in ip6_input()
|
| A D | ip6_frag.c | 74 #define IPV6_FRAG_REQROOM ((s16_t)(sizeof(struct ip6_reass_helper) - IP6_FRAG_HLEN)) 163 if (pbuf_header_force(p, (s16_t)((u8_t*)p->payload - (u8_t*)IPV6_FRAG_HDRREF(ipr->iphdr)))) { in ip6_reass_free_complete_datagram() 533 u8_t hdrerr = pbuf_header(next_pbuf, -(s16_t)(IPV6_FRAG_REQROOM)); in ip6_reass() 550 u8_t hdrerr = pbuf_header(ipr->p, -(s16_t)(IPV6_FRAG_REQROOM)); in ip6_reass() 595 if (pbuf_header_force(p, (s16_t)((u8_t*)p->payload - (u8_t*)iphdr_ptr))) { in ip6_reass()
|
| /components/net/lwip/lwip-2.1.2/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 | debug.h | 149 … ((s16_t)((debug) & LWIP_DBG_MASK_LEVEL) >= LWIP_DBG_MIN_LEVEL)) { \
|