| /lib/liblwip/test/unit/tcp/ |
| D | tcp_helper.c | 43 u32_t seqno, u32_t ackno, u8_t headerflags, u16_t wnd) in tcp_create_segment_wnd() 107 u32_t seqno, u32_t ackno, u8_t headerflags) in tcp_create_segment() 118 tcp_create_rx_segment(struct tcp_pcb* pcb, void* data, size_t data_len, u32_t seqno_offset, in tcp_create_rx_segment() 119 u32_t ackno_offset, u8_t headerflags) in tcp_create_rx_segment() 131 u32_t seqno_offset, u32_t ackno_offset, u8_t headerflags, u16_t wnd) in tcp_create_rx_segment_wnd() 179 u32_t i, received; in test_tcp_counters_check_rxdata()
|
| /lib/liblwip/src/netif/ppp/ |
| D | auth.h | 106 int auth_ip_addr (int, u32_t); 109 int bad_ip_adrs (u32_t);
|
| D | ipcp.c | 374 u32_t l; \ in ipcp_addci() 392 u32_t l; \ in ipcp_addci() 429 u32_t cilong; in ipcp_ackci() 469 u32_t l; \ in ipcp_ackci() 495 u32_t l; \ in ipcp_ackci() 551 u32_t ciaddr1, ciaddr2, l, cidnsaddr; in ipcp_nakci() 755 u32_t cilong; in ipcp_rejci() 769 u32_t l; \ in ipcp_rejci() 819 u32_t l; \ in ipcp_rejci() 880 u32_t tl, ciaddr1; /* Parsed address values */ in ipcp_reqci() [all …]
|
| D | auth.c | 212 static int have_chap_secret (char *, char *, u32_t); 213 static int ip_addr_check (u32_t, struct wordlist *); 789 u32_t remote; 833 u32_t remote; in auth_reset() 1057 have_chap_secret(char *client, char *server, u32_t remote) in have_chap_secret() 1153 u32_t a; 1159 a = *(u32_t *)hp->h_addr; 1163 if (a != (u32_t) -1) { 1177 auth_ip_addr(int unit, u32_t addr) in auth_ip_addr() 1183 ip_addr_check(u32_t addr, struct wordlist *addrs) in ip_addr_check() [all …]
|
| D | magic.h | 61 u32_t magic(void);
|
| D | magic.c | 75 u32_t magic() in magic()
|
| D | ppp.c | 1151 ppp_send_config( int unit, u16_t mtu, u32_t asyncmap, int pcomp, int accomp) in ppp_send_config() 1191 ppp_recv_config( int unit, int mru, u32_t asyncmap, int pcomp, int accomp) in ppp_recv_config() 1270 u32_t 1271 GetMask(u32_t addr) in GetMask() 1273 u32_t mask, nmask; in GetMask() 1418 sifaddr( int pd, u32_t o, u32_t h, u32_t m, u32_t ns1, u32_t ns2) in sifaddr() 1444 cifaddr( int pd, u32_t o, u32_t h) in cifaddr() 1468 sifdefaultroute(int pd, u32_t l, u32_t g) in sifdefaultroute() 1492 cifdefaultroute(int pd, u32_t l, u32_t g) in cifdefaultroute()
|
| D | vj.c | 101 u32_t tmp = ntohl(f) + ((cp[1] << 8) | cp[2]); \ 105 u32_t tmp = ntohl(f) + (u32_t)*cp++; \ 471 u32_t tmp; in vj_uncompress_tcp() 515 register u32_t i = ntohs(IPH_LEN(&cs->cs_ip)) - cs->cs_hlen; in vj_uncompress_tcp()
|
| /lib/liblwip/src/core/ |
| D | timers.c | 66 static u32_t timeouts_last_time; 263 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name) in sys_timeout_debug() 266 sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg) in sys_timeout_debug() 362 u32_t diff; in sys_check_timeouts() 366 u32_t now; in sys_check_timeouts() 425 u32_t time_needed; in sys_timeouts_mbox_fetch()
|
| D | tcp.c | 92 u32_t tcp_ticks; 359 u32_t seqno, ackno; in tcp_abandon() 579 u32_t tcp_update_rcv_ann_wnd(struct tcp_pcb *pcb) in tcp_update_rcv_ann_wnd() 581 u32_t new_right_edge = pcb->rcv_nxt + pcb->rcv_wnd; in tcp_update_rcv_ann_wnd() 594 u32_t new_rcv_ann_wnd = pcb->rcv_ann_right_edge - pcb->rcv_nxt; in tcp_update_rcv_ann_wnd() 688 u32_t iss; in tcp_connect() 886 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr() 898 if((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr() 908 else if((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr() 922 (u32_t)tcp_ticks - pcb->tmr >= pcb->rto * TCP_OOSEQ_TIMEOUT) { in tcp_slowtmr() [all …]
|
| D | sys.c | 55 sys_msleep(u32_t ms) in sys_msleep()
|
| D | dns.c | 162 u32_t ttl; 175 u32_t ttl; 347 static u32_t 449 static u32_t 454 u32_t addr; in dns_lookup() 939 u32_t ipaddr; in dns_gethostbyname()
|
| D | tcp_out.c | 95 u32_t seqno_be /* already in network byte order */) in tcp_output_alloc_header() 159 tcp_create_segment(struct tcp_pcb *pcb, struct pbuf *p, u8_t flags, u32_t seqno, u8_t optflags) in tcp_create_segment() 275 u32_t helper; in tcp_seg_add_chksum() 828 tcp_build_timestamp_option(struct tcp_pcb *pcb, u32_t *opts) in tcp_build_timestamp_option() 870 tcp_build_timestamp_option(pcb, (u32_t *)(tcphdr + 1)); in tcp_send_empty_ack() 901 u32_t wnd, snd_nxt; in tcp_output() 1053 u32_t *opts; in tcp_output_segment() 1069 opts = (u32_t *)(void *)(seg->tcphdr + 1); in tcp_output_segment() 1126 u32_t acc; in tcp_output_segment() 1195 tcp_rst(u32_t seqno, u32_t ackno, in tcp_rst()
|
| /lib/liblwip/src/include/arch/ |
| D | cc.h | 52 typedef unsigned int u32_t; typedef 90 #define LWIP_RAND() ((u32_t)rand())
|
| D | sys_arch.h | 40 typedef u32_t sys_prot_t;
|
| /lib/liblwip/src/include/lwip/ |
| D | snmp_asn1.h | 79 err_t snmp_asn1_dec_u32t(struct pbuf *p, u16_t ofs, u16_t len, u32_t *value); 85 void snmp_asn1_enc_u32t_cnt(u32_t value, u16_t *octets_needed); 90 err_t snmp_asn1_enc_u32t(struct pbuf *p, u16_t ofs, u16_t octets_needed, u32_t value);
|
| D | snmp.h | 105 void snmp_add_sysuptime(u32_t value); 106 void snmp_get_sysuptime(u32_t *value); 112 void snmp_add_ifinoctets(struct netif *ni, u32_t value); 116 void snmp_add_ifoutoctets(struct netif *ni, u32_t value);
|
| D | snmp_msg.h | 272 u32_t gen_trap; 274 u32_t spc_trap; 276 u32_t ts;
|
| D | api_msg.h | 93 u32_t time_started; 98 u32_t len;
|
| D | tcpip.h | 113 err_t tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg); 153 u32_t msecs;
|
| D | mem.h | 73 typedef u32_t mem_size_t;
|
| /lib/liblwip/src/include/ipv6/lwip/ |
| D | icmp.h | 83 u32_t unused; 90 u32_t unused;
|
| D | ip_addr.h | 48 PACK_STRUCT_FIELD(u32_t addr[4]); 71 #define IP6_ADDR(ipaddr, a,b,c,d,e,f,g,h) do { (ipaddr)->addr[0] = htonl((u32_t)((a & 0xffff) << 16…
|
| /lib/liblwip/src/core/ipv4/ |
| D | autoip.c | 90 #define LWIP_AUTOIP_RAND(netif) ( (((u32_t)((netif->hwaddr[5]) & 0xff) << 24) | \ 91 ((u32_t)((netif->hwaddr[3]) & 0xff) << 16) | \ 92 ((u32_t)((netif->hwaddr[2]) & 0xff) << 8) | \ 93 ((u32_t)((netif->hwaddr[4]) & 0xff))) + \ 103 htonl(AUTOIP_RANGE_START + ((u32_t)(((u8_t)(netif->hwaddr[4])) | \ 104 ((u32_t)((u8_t)(netif->hwaddr[5]))) << 8))) 202 u32_t addr = ntohl(LWIP_AUTOIP_CREATE_SEED_ADDR(netif)); in autoip_create_addr()
|
| /lib/liblwip/doc/ |
| D | sys_arch.txt | 66 - u32_t sys_arch_sem_wait(sys_sem_t *sem, u32_t timeout) 123 - u32_t sys_arch_mbox_fetch(sys_mbox_t *mbox, void **msg, u32_t timeout) 140 - u32_t sys_arch_mbox_tryfetch(sys_mbox_t *mbox, void **msg) 202 - u32_t sys_now(void) 226 u8_t, s8_t, u16_t, s16_t, u32_t, s32_t, mem_ptr_t
|