| /lib/liblwip/src/include/ipv4/lwip/ |
| D | inet.h | 45 u32_t s_addr;
|
| /lib/liblwip/src/netif/ppp/ |
| D | lcp.c | 105 static u32_t lcp_echos_pending = 0; /* Number of outstanding echo msgs */ 106 static u32_t lcp_echo_number = 0; /* ID number of next echo frame */ 107 static u32_t lcp_echo_timer_running = 0; /* TRUE if a timer is running */ 642 u32_t cilong; in lcp_ackci() 765 u32_t cilong; in lcp_nakci() 1084 u32_t cilong; in lcp_rejci() 1235 u32_t cilong; /* Parse long value */ in lcp_reqci() 1777 u32_t cilong; in lcp_printpkt() 1981 u32_t magic; in lcp_received_echo_reply() 2006 u32_t lcp_magic; in LcpSendEchoRequest()
|
| /lib/liblwip/test/unit/tcp/ |
| D | test_tcp_oos.c | 57 static u32_t 702 …ters(struct tcp_pcb *pcb, struct test_tcp_counters *counters, u32_t exp_close_calls, u32_t exp_rx_… in check_rx_counters() 703 u32_t exp_rx_bytes, u32_t exp_err_calls, int exp_oos_count, int exp_oos_len) in check_rx_counters() 733 …u32_t exp_rx_calls = 0, exp_rx_bytes = 0, exp_close_calls = 0, exp_oos_pbufs = 0, exp_oos_tcplen =… in test_tcp_recv_ooseq_double_FINs()
|
| D | test_tcp.c | 296 check_seqnos(struct tcp_seg *segs, int num_expected, u32_t *seqnos_expected) in check_seqnos() 323 u32_t seqnos[] = { in START_TEST() 420 u32_t seqnos[] = { in START_TEST()
|
| /lib/liblwip/src/api/ |
| D | sockets.c | 587 netconn_recved(sock->conn, (u32_t)off); in lwip_recvfrom() 610 netconn_recved(sock->conn, (u32_t)off); in lwip_recvfrom() 735 netconn_recved(sock->conn, (u32_t)off); in lwip_recvfrom() 1091 u32_t waitres = 0; 1094 u32_t msectimeout; 1779 s, *(u32_t *)optval)); 2215 sock->conn->pcb.tcp->keep_idle = (u32_t)(*(int*)optval); 2222 sock->conn->pcb.tcp->keep_idle = 1000*(u32_t)(*(int*)optval); 2227 sock->conn->pcb.tcp->keep_intvl = 1000*(u32_t)(*(int*)optval); 2232 sock->conn->pcb.tcp->keep_cnt = (u32_t)(*(int*)optval); [all …]
|
| D | tcpip.c | 247 tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg) in tcpip_timeout()
|
| D | api_lib.c | 517 netconn_recved(struct netconn *conn, u32_t length) in netconn_recved()
|
| D | api_msg.c | 1184 u32_t remaining = msg->msg.r.len;
|
| /lib/liblwip/src/core/snmp/ |
| D | asn1_enc.c | 77 snmp_asn1_enc_u32t_cnt(u32_t value, u16_t *octets_needed) in snmp_asn1_enc_u32t_cnt() 308 snmp_asn1_enc_u32t(struct pbuf *p, u16_t ofs, u16_t octets_needed, u32_t value) in snmp_asn1_enc_u32t()
|
| D | msg_out.c | 417 u32_t *uint_ptr; in snmp_varbind_list_sum() 435 uint_ptr = (u32_t*)vb->value; in snmp_varbind_list_sum() 612 u32_t *uint_ptr; in snmp_varbind_list_enc() 649 uint_ptr = (u32_t*)vb->value; in snmp_varbind_list_enc()
|
| D | asn1_dec.c | 240 snmp_asn1_dec_u32t(struct pbuf *p, u16_t ofs, u16_t len, u32_t *value) in snmp_asn1_dec_u32t()
|
| D | msg_in.c | 1204 vb = snmp_varbind_alloc(&oid, type, sizeof(u32_t)); in snmp_pdu_dec_varbindlist() 1207 u32_t *vptr = (u32_t*)vb->value; in snmp_pdu_dec_varbindlist()
|
| /lib/liblwip/src/core/ |
| D | dhcp.c | 129 u32_t dhcp_rx_options_val[DHCP_OPTION_IDX_MAX]; 136 static u32_t xid; 177 static void dhcp_option_long(struct dhcp *dhcp, u32_t value); 929 u32_t timeout; in dhcp_bind() 1294 dhcp_option_long(struct dhcp *dhcp, u32_t value) in dhcp_option_long() 1450 u32_t value = 0; in dhcp_parse_reply() 1491 u32_t overload = dhcp_get_option_value(dhcp, DHCP_OPTION_IDX_OVERLOAD); in dhcp_parse_reply() 1650 static u32_t xid; in dhcp_create_msg() 1652 static u32_t xid = 0xABCD0000; in dhcp_create_msg()
|
| D | tcp_in.c | 65 static u32_t seqno, ackno; 856 u32_t right_wnd_edge; in tcp_receive() 860 u32_t ooseq_blen; in tcp_receive() 1467 if ((u32_t)tcplen + seqno > pcb->rcv_nxt + (u32_t)pcb->rcv_wnd) { in tcp_receive() 1548 u32_t tsval; in tcp_parseopt()
|
| D | udp.c | 679 u32_t acc; 706 u32_t acc;
|
| D | pbuf.c | 1045 u32_t acc; in pbuf_fill_chksum()
|
| /lib/liblwip/src/core/ipv4/ |
| D | ip.c | 168 u32_t addr = ip4_addr_get_u32(ip_current_dest_addr()); in ip_canforward() 183 u32_t net = addr & IP_CLASSA_NET; in ip_canforward() 663 u32_t chk_sum = 0;
|
| D | igmp.c | 174 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_dump_group_list: [%"U32_F"] ", (u32_t)(group->group_state))); in igmp_dump_group_list()
|
| /lib/liblwip/src/include/lwip/ |
| D | api.h | 234 void netconn_recved(struct netconn *conn, u32_t length);
|
| D | stats.h | 51 #define STAT_COUNTER u32_t
|
| D | sockets.h | 68 typedef u32_t socklen_t;
|
| /lib/liblwip/doc/ |
| D | snmp_agent.txt | 106 snmp_get_sysuptime(u32_t *value), and enable to change "sysuptime" value only
|
| /lib/liblwip/ |
| D | CHANGELOG | 860 from struct to typedef (u32_t) - and better code). 1707 snmp_get_sysuptime(u32_t *value), and enable to change "sysuptime" value only 2024 * stats.h, stats.c, msg_in.c: Stats counters can be change to u32_t if necessary with the 2810 u32_t, s32_t typedefs. This solves most debug word-length assumes.
|