Home
last modified time | relevance | path

Searched refs:u32_t (Results 51 – 73 of 73) sorted by relevance

123

/lib/liblwip/src/include/ipv4/lwip/
Dinet.h45 u32_t s_addr;
/lib/liblwip/src/netif/ppp/
Dlcp.c105 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/
Dtest_tcp_oos.c57 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()
733u32_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()
Dtest_tcp.c296 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/
Dsockets.c587 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 …]
Dtcpip.c247 tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg) in tcpip_timeout()
Dapi_lib.c517 netconn_recved(struct netconn *conn, u32_t length) in netconn_recved()
Dapi_msg.c1184 u32_t remaining = msg->msg.r.len;
/lib/liblwip/src/core/snmp/
Dasn1_enc.c77 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()
Dmsg_out.c417 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()
Dasn1_dec.c240 snmp_asn1_dec_u32t(struct pbuf *p, u16_t ofs, u16_t len, u32_t *value) in snmp_asn1_dec_u32t()
Dmsg_in.c1204 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/
Ddhcp.c129 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()
Dtcp_in.c65 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()
Dudp.c679 u32_t acc;
706 u32_t acc;
Dpbuf.c1045 u32_t acc; in pbuf_fill_chksum()
/lib/liblwip/src/core/ipv4/
Dip.c168 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;
Digmp.c174 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/
Dapi.h234 void netconn_recved(struct netconn *conn, u32_t length);
Dstats.h51 #define STAT_COUNTER u32_t
Dsockets.h68 typedef u32_t socklen_t;
/lib/liblwip/doc/
Dsnmp_agent.txt106 snmp_get_sysuptime(u32_t *value), and enable to change "sysuptime" value only
/lib/liblwip/
DCHANGELOG860 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.

123