Searched refs:s16_t (Results 1 – 25 of 26) sorted by relevance
12
| /lib/liblwip/src/core/ipv4/ |
| 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()
|
| D | igmp.c | 400 if (pbuf_header(p, -(s16_t)(IPH_HL(iphdr) * 4)) || (p->len < IGMP_MINLEN)) { in igmp_input()
|
| /lib/liblwip/src/include/lwip/ |
| D | tcp.h | 202 s16_t rtime; 209 s16_t sa, sv; /* @todo document this */ 211 s16_t rto; /* retransmission time-out */
|
| D | debug.h | 86 … ((s16_t)((debug) & LWIP_DBG_MASK_LEVEL) >= LWIP_DBG_MIN_LEVEL)) { \
|
| D | pbuf.h | 153 u8_t pbuf_header(struct pbuf *p, s16_t header_size);
|
| D | api.h | 179 s16_t recv_avail;
|
| D | tcp_impl.h | 466 s16_t tcp_pcbs_sane(void);
|
| /lib/liblwip/src/include/arch/ |
| D | cc.h | 51 typedef signed short s16_t; typedef
|
| /lib/liblwip/src/netif/ |
| D | etharp.c | 486 …P_DEBUG | LWIP_DBG_TRACE, ("etharp_update_arp_entry: updating stable entry %"S16_F"\n", (s16_t)i)); 706 (s16_t)SIZEOF_ETHARP_PACKET)); 1129 …| LWIP_DBG_TRACE, ("etharp_query: queued packet %p on ARP entry %"S16_F"\n", (void *)q, (s16_t)i)); 1140 …etharp_query: dropped previously queued packet %p for ARP entry %"S16_F"\n", (void *)q, (s16_t)i)); 1145 …| LWIP_DBG_TRACE, ("etharp_query: queued packet %p on ARP entry %"S16_F"\n", (void *)q, (s16_t)i)); 1282 s16_t ip_hdr_offset = SIZEOF_ETH_HDR;
|
| /lib/liblwip/src/core/ |
| D | udp.c | 169 if (p->tot_len < (IPH_HL(iphdr) * 4 + UDP_HLEN) || pbuf_header(p, -(s16_t)(IPH_HL(iphdr) * 4))) { 378 pbuf_header(p, (s16_t)((IPH_HL(iphdr) * 4) + UDP_HLEN)); 386 pbuf_header(q, -(s16_t)((IPH_HL(iphdr) * 4) + UDP_HLEN)); 396 pbuf_header(p, -(s16_t)((IPH_HL(iphdr) * 4) + UDP_HLEN));
|
| D | stats.c | 157 s16_t i; in stats_display()
|
| D | raw.c | 80 s16_t proto; in raw_input()
|
| D | tcp_in.c | 116 if (pbuf_header(p, -((s16_t)(IPH_HL(iphdr) * 4))) || (p->tot_len < sizeof(struct tcp_hdr))) { in tcp_input() 855 s16_t m; in tcp_receive() 1094 m = (s16_t)(tcp_ticks - pcb->rttest); in tcp_receive() 1188 if(pbuf_header(p, (s16_t)-off)) { in tcp_receive() 1193 if(pbuf_header(inseg.p, (s16_t)-off)) { in tcp_receive()
|
| D | memp.c | 184 s16_t i; in memp_sanity()
|
| D | mem.c | 628 …_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("mem_malloc: could not allocate %"S16_F" bytes\n", (s16_t)size)); in mem_malloc()
|
| D | pbuf.c | 511 pbuf_header(struct pbuf *p, s16_t header_size_increment) in pbuf_header()
|
| D | dhcp.c | 230 …LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_check(netif=%p) %c%c\n", (void *)netif, (s16_t)net… in dhcp_check() 231 (s16_t)netif->name[1])); in dhcp_check()
|
| D | tcp_out.c | 903 s16_t i = 0; in tcp_output()
|
| D | tcp.c | 1726 s16_t
|
| /lib/liblwip/test/unit/tcp/ |
| D | tcp_helper.c | 73 pbuf_header(p, -(s16_t)sizeof(struct ip_hdr)); in tcp_create_segment_wnd() 86 pbuf_header(p, -(s16_t)sizeof(struct tcp_hdr)); in tcp_create_segment_wnd()
|
| /lib/liblwip/src/core/ipv6/ |
| D | icmp6.c | 97 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ICMP type %"S16_F" not supported.\n", (s16_t)type)); in icmp_input()
|
| /lib/liblwip/src/api/ |
| D | sockets.c | 73 s16_t rcvevent; 392 nsock->rcvevent += (s16_t)(-1 - newconn->socket); in lwip_accept() 1042 s16_t rcvevent = 0; 2287 s16_t recv_avail;
|
| /lib/liblwip/src/netif/ppp/ |
| D | vj.c | 589 if(pbuf_header(n0, -((s16_t)(vjlen)))) { in vj_uncompress_tcp()
|
| D | ppp.c | 783 pbuf_header(pb, -(s16_t)PPPOE_HDRLEN); in pppifOutputOverEthernet() 1048 pbuf_header(pb, -(s16_t)PPPOE_HDRLEN); in pppWriteOverEthernet()
|
| /lib/liblwip/doc/ |
| D | sys_arch.txt | 226 u8_t, s8_t, u16_t, s16_t, u32_t, s32_t, mem_ptr_t
|
12