/external/syslinux/core/lwip/src/include/arch/ |
cc.h | 16 typedef int16_t s16_t; typedef
|
/external/syslinux/core/lwip/src/include/lwip/ |
debug.h | 85 ((s16_t)((debug) & LWIP_DBG_MASK_LEVEL) >= LWIP_DBG_MIN_LEVEL)) { \
|
tcp.h | 201 s16_t rtime; 208 s16_t sa, sv; /* @todo document this */ 210 s16_t rto; /* retransmission time-out */
|
pbuf.h | 129 u8_t pbuf_header(struct pbuf *p, s16_t header_size);
|
api.h | 174 s16_t recv_avail;
|
tcp_impl.h | 451 s16_t tcp_pcbs_sane(void);
|
/external/syslinux/core/lwip/src/core/ipv4/ |
icmp.c | 85 s16_t hlen; 180 if (pbuf_header(p, -(s16_t)(PBUF_IP_HLEN + PBUF_LINK_HLEN))) { 227 (s16_t)type, (s16_t)code));
|
igmp.c | 401 if (pbuf_header(p, -(s16_t)(IPH_HL(iphdr) * 4)) || (p->len < IGMP_MINLEN)) {
|
/external/syslinux/core/lwip/src/core/ |
raw.c | 80 s16_t proto;
|
stats.c | 157 s16_t i;
|
udp.c | 102 if (p->tot_len < (IPH_HL(iphdr) * 4 + UDP_HLEN) || pbuf_header(p, -(s16_t)(IPH_HL(iphdr) * 4))) { 305 pbuf_header(p, (s16_t)((IPH_HL(iphdr) * 4) + UDP_HLEN)); 313 pbuf_header(q, -(s16_t)((IPH_HL(iphdr) * 4) + UDP_HLEN)); 323 pbuf_header(p, -(s16_t)((IPH_HL(iphdr) * 4) + UDP_HLEN)); [all...] |
tcp_in.c | 116 if (pbuf_header(p, -((s16_t)(IPH_HL(iphdr) * 4))) || (p->tot_len < sizeof(struct tcp_hdr))) { 852 s16_t m; [all...] |
memp.c | 184 s16_t i, c;
|
mem.c | 611 LWIP_DEBUGF(MEM_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("mem_malloc: could not allocate %"S16_F" bytes\n", (s16_t)size));
|
pbuf.c | 488 pbuf_header(struct pbuf *p, s16_t header_size_increment) [all...] |
dhcp.c | 216 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_check(netif=%p) %c%c\n", (void *)netif, (s16_t)netif->name[0], 217 (s16_t)netif->name[1])); [all...] |
tcp.c | [all...] |
tcp_out.c | 897 s16_t i = 0; [all...] |
/external/syslinux/core/lwip/src/netif/ |
etharp.c | 482 LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("update_arp_entry: updating stable entry %"S16_F"\n", (s16_t)i)); 686 (s16_t)SIZEOF_ETHARP_PACKET)); [all...] |
undiif.c | [all...] |
/external/syslinux/core/lwip/src/api/ |
sockets.c | 73 s16_t rcvevent; 388 nsock->rcvevent += (s16_t)(-1 - newconn->socket); 1029 s16_t rcvevent = 0; [all...] |
/external/syslinux/core/lwip/src/netif/ppp/ |
vj.c | 589 if(pbuf_header(n0, -((s16_t)(vjlen)))) {
|
ppp.c | 771 pbuf_header(pb, -(s16_t)PPPOE_HDRLEN); 1036 pbuf_header(pb, -(s16_t)PPPOE_HDRLEN); [all...] |