Home
last modified time | relevance | path

Searched refs:u16_t (Results 51 – 74 of 74) sorted by relevance

123

/lib/liblwip/src/core/ipv4/
Dip.c112 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];
Dicmp.c93 if (pbuf_header(p, -hlen) || (p->tot_len < sizeof(u16_t)*2)) { in icmp_input()
Digmp.c129 PACK_STRUCT_FIELD(u16_t igmp_checksum);
748 u16_t ra[2]; in igmp_ip_output_if()
/lib/liblwip/src/include/arch/
Dcc.h50 typedef unsigned short u16_t; typedef
/lib/liblwip/src/netif/
Detharp.c184 …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;
Dethernetif.c165 u16_t len;
/lib/liblwip/src/include/ipv4/lwip/
Dautoip.h86 u16_t ttw; /* ticks to wait, tick is AUTOIP_TMR_INTERVAL long */
Digmp.h84 u16_t timer;
/lib/liblwip/src/api/
Dapi_lib.c135 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()
Dapi_msg.c106 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;
Dnetdb.c325 sa->sin_port = htons((u16_t)port_nr); in lwip_getaddrinfo()
/lib/liblwip/test/unit/tcp/
Dtest_tcp_oos.c150 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/
Dmem.h76 typedef u16_t mem_size_t;
Dnetif.h186 u16_t mtu;
227 u16_t loop_cnt_current;
Dmemp.h79 extern const u16_t memp_sizes[MEMP_MAX];
Dstats.h54 #define STAT_COUNTER u16_t
Dsockets.h54 u16_t sin_port;
/lib/liblwip/src/netif/ppp/
Dppp.c183 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()
Dppp_impl.h333 void ppp_send_config (int, u16_t, u32_t, int, int);
/lib/liblwip/src/include/ipv6/lwip/
Dip_addr.h64 PACK_STRUCT_FIELD(u16_t addrw[2]);
/lib/liblwip/doc/
Drawapi.txt111 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),
Dsys_arch.txt226 u8_t, s8_t, u16_t, s16_t, u32_t, s32_t, mem_ptr_t
/lib/liblwip/src/arch/
Detherif.c191 u16_t len; in low_level_input()
/lib/liblwip/
DCHANGELOG1872 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

123