| /lib/liblwip/src/core/ipv4/ |
| D | ip.c | 112 static u16_t ip_id; 309 u16_t iphdr_hlen; 310 u16_t iphdr_len; 657 u16_t optlen) 674 u16_t ip_hlen = IP_HLEN; 676 u16_t optlen_aligned = 0; 698 chk_sum += ((u16_t*)p->payload)[i];
|
| D | icmp.c | 93 if (pbuf_header(p, -hlen) || (p->tot_len < sizeof(u16_t)*2)) { in icmp_input()
|
| D | igmp.c | 129 PACK_STRUCT_FIELD(u16_t igmp_checksum); 748 u16_t ra[2]; in igmp_ip_output_if()
|
| /lib/liblwip/src/include/arch/ |
| D | cc.h | 50 typedef unsigned short u16_t; typedef
|
| /lib/liblwip/src/netif/ |
| D | etharp.c | 184 …DEBUG, ("etharp_free_entry: freeing entry %"U16_F", packet queue %p.\n", (u16_t)i, (void *)(arp_ta… in etharp_free_entry() 225 arp_table[i].state >= ETHARP_STATE_STABLE ? "stable" : "pending", (u16_t)i)); in etharp_tmr() 295 LWIP_DEBUGF(ETHARP_DEBUG, ("etharp_find_entry: found empty entry %"U16_F"\n", (u16_t)i)); in etharp_find_entry() 303 …F(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_find_entry: found matching entry %"U16_F"\n", (u16_t)i)); in etharp_find_entry() 361 …(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_find_entry: selecting empty entry %"U16_F"\n", (u16_t)i)); in etharp_find_entry() 367 …DEBUG | LWIP_DBG_TRACE, ("etharp_find_entry: selecting oldest stable entry %"U16_F"\n", (u16_t)i)); in etharp_find_entry() 374 …TRACE, ("etharp_find_entry: selecting oldest pending entry %"U16_F" (without queue)\n", (u16_t)i)); in etharp_find_entry() 379 …ry: selecting oldest pending entry %"U16_F", freeing packet queue %p\n", (u16_t)i, (void *)(arp_ta… in etharp_find_entry() 1179 const u16_t opcode) 1280 u16_t type;
|
| D | ethernetif.c | 165 u16_t len;
|
| /lib/liblwip/src/include/ipv4/lwip/ |
| D | autoip.h | 86 u16_t ttw; /* ticks to wait, tick is AUTOIP_TMR_INTERVAL long */
|
| D | igmp.h | 84 u16_t timer;
|
| /lib/liblwip/src/api/ |
| D | api_lib.c | 135 netconn_getaddr(struct netconn *conn, ip_addr_t *addr, u16_t *port, u8_t local) in netconn_getaddr() 166 netconn_bind(struct netconn *conn, ip_addr_t *addr, u16_t port) in netconn_bind() 192 netconn_connect(struct netconn *conn, ip_addr_t *addr, u16_t port) in netconn_connect() 345 u16_t len; in netconn_recv_data() 549 netconn_sendto(struct netconn *conn, struct netbuf *buf, ip_addr_t *addr, u16_t port) in netconn_sendto()
|
| D | api_msg.c | 106 u16_t len; in recv_raw() 145 ip_addr_t *addr, u16_t port) 149 u16_t len; 219 u16_t len; 313 sent_tcp(void *arg, struct tcp_pcb *pcb, u16_t len) 1186 u16_t recved = (remaining > 0xffff) ? 0xffff : (u16_t)remaining; 1212 u16_t len, available; 1251 len = (u16_t)diff;
|
| D | netdb.c | 325 sa->sin_port = htons((u16_t)port_nr); in lwip_getaddrinfo()
|
| /lib/liblwip/test/unit/tcp/ |
| D | test_tcp_oos.c | 150 u16_t data_len; in START_TEST() 151 u16_t remote_port = 0x100, local_port = 0x101; in START_TEST() 290 u16_t data_len; in START_TEST() 291 u16_t remote_port = 0x100, local_port = 0x101; in START_TEST() 461 u16_t remote_port = 0x100, local_port = 0x101; in START_TEST() 551 u16_t remote_port = 0x100, local_port = 0x101; in START_TEST() 630 u16_t remote_port = 0x100, local_port = 0x101; in START_TEST() 731 u16_t remote_port = 0x100, local_port = 0x101; in test_tcp_recv_ooseq_double_FINs()
|
| /lib/liblwip/src/include/lwip/ |
| D | mem.h | 76 typedef u16_t mem_size_t;
|
| D | netif.h | 186 u16_t mtu; 227 u16_t loop_cnt_current;
|
| D | memp.h | 79 extern const u16_t memp_sizes[MEMP_MAX];
|
| D | stats.h | 54 #define STAT_COUNTER u16_t
|
| D | sockets.h | 54 u16_t sin_port;
|
| /lib/liblwip/src/netif/ppp/ |
| D | ppp.c | 183 u16_t inProtocol; /* The input protocol code. */ 184 u16_t inFCS; /* Input Frame Check Sequence value. */ 206 u16_t mtu; /* Peer's mru */ 772 u16_t tot_len; in pppifOutputOverEthernet() 1040 pb = pbuf_alloc(PBUF_LINK, (u16_t)(PPPOE_HDRLEN + n), PBUF_RAM); in pppWriteOverEthernet() 1060 snmp_add_ifoutoctets(&pc->netif, (u16_t)n); in pppWriteOverEthernet() 1151 ppp_send_config( int unit, u16_t mtu, u32_t asyncmap, int pcomp, int accomp) in ppp_send_config() 1595 u16_t proto; 1606 u16_t protocol; in pppInput() 1983 u16_t inProtocol; in pppInProcOverEthernet()
|
| D | ppp_impl.h | 333 void ppp_send_config (int, u16_t, u32_t, int, int);
|
| /lib/liblwip/src/include/ipv6/lwip/ |
| D | ip_addr.h | 64 PACK_STRUCT_FIELD(u16_t addrw[2]);
|
| /lib/liblwip/doc/ |
| D | rawapi.txt | 111 u16_t port) 161 u16_t port, err_t (* connected)(void *arg, 189 - err_t tcp_write(struct tcp_pcb *pcb, const void *dataptr, u16_t len, 216 u16_t len)) 243 - void tcp_recved(struct tcp_pcb *pcb, u16_t len) 332 u16_t port) 339 u16_t port) 357 u16_t port),
|
| D | sys_arch.txt | 226 u8_t, s8_t, u16_t, s16_t, u32_t, s32_t, mem_ptr_t
|
| /lib/liblwip/src/arch/ |
| D | etherif.c | 191 u16_t len; in low_level_input()
|
| /lib/liblwip/ |
| D | CHANGELOG | 1872 netconn_write (and therefore also api_msg_msg.msg.w.len) from u16_t into 2426 changed raw_pcb.protocol from u16_t to u8_t since for IPv4 and IPv6, proto 2428 u16_t, too. 2486 the difference between two u16_t's. 2767 facilitate printing of mem_size_t and u16_t statistics. 2809 * *.c: introduced cc.h LWIP_DEBUG formatters matching the u16_t, s16_t, 3142 * struct eth_addr changed from u16_t[3] array to u8_t[6]. 3230 ints, to specified ones such as u16_t. Functions that return
|