Searched refs:LWIP_ASSERT (Results 26 – 44 of 44) sorted by relevance
12
| /lib/liblwip/src/api/ |
| D | tcpip.c | 146 LWIP_ASSERT("tcpip_thread: invalid message", 0); in tcpip_thread() 462 LWIP_ASSERT("failed to create tcpip_thread mbox", 0); in tcpip_init() 466 LWIP_ASSERT("failed to create lock_tcpip_core", 0); in tcpip_init()
|
| D | netdb.c | 309 LWIP_ASSERT("namelen is too long", (namelen + 1) <= (mem_size_t)-1); in lwip_getaddrinfo() 313 LWIP_ASSERT("total_size <= NETDB_ELEM_SIZE: please report this!", in lwip_getaddrinfo()
|
| D | netbuf.c | 119 LWIP_ASSERT("check that first pbuf can hold size", in netbuf_alloc()
|
| /lib/liblwip/src/core/snmp/ |
| D | msg_in.c | 213 LWIP_ASSERT("invalid length", msg_ps->ext_object_def.v_len <= 0xff); in snmp_msg_get_event() 217 …LWIP_ASSERT("SNMP_MAX_OCTET_STRING_LEN is configured too low", vb->value_len <= SNMP_MAX_VALUE_SIZ… in snmp_msg_get_event() 326 LWIP_ASSERT("invalid length", object_def.v_len <= 0xff); in snmp_msg_get_event() 330 LWIP_ASSERT("SNMP_MAX_OCTET_STRING_LEN is configured too low", in snmp_msg_get_event() 426 LWIP_ASSERT("invalid length", msg_ps->ext_object_def.v_len <= 0xff); in snmp_msg_getnext_event() 501 LWIP_ASSERT("invalid length", object_def.v_len <= 0xff); in snmp_msg_getnext_event() 1219 LWIP_ASSERT("invalid length", len <= 0xff); in snmp_pdu_dec_varbindlist() 1331 LWIP_ASSERT("SNMP_MAX_TREE_DEPTH is configured too low", i <= SNMP_MAX_TREE_DEPTH); in snmp_varbind_alloc() 1355 …LWIP_ASSERT("SNMP_MAX_OCTET_STRING_LEN is configured too low", vb->value_len <= SNMP_MAX_VALUE_SIZ… in snmp_varbind_alloc()
|
| /lib/liblwip/src/include/lwip/ |
| D | tcp.h | 334 LWIP_ASSERT("pcb->state == LISTEN (called for wrong pcb?)", pcb->state == LISTEN); \ 337 #define tcp_accepted(pcb) LWIP_ASSERT("pcb->state == LISTEN (called for wrong pcb?)", \
|
| /lib/liblwip/src/netif/ppp/ |
| D | ppp_oe.c | 693 LWIP_ASSERT("sizeof(struct eth_hdr) + PPPOE_HEADERLEN + len <= 0xffff", in pppoe_send_padi() 701 LWIP_ASSERT("pb->tot_len == pb->len", pb->tot_len == pb->len); in pppoe_send_padi() 912 LWIP_ASSERT("sizeof(struct eth_hdr) + PPPOE_HEADERLEN + len <= 0xffff", in pppoe_send_padr() 918 LWIP_ASSERT("pb->tot_len == pb->len", pb->tot_len == pb->len); in pppoe_send_padr() 958 LWIP_ASSERT("pb->tot_len == pb->len", pb->tot_len == pb->len); in pppoe_send_padt() 997 LWIP_ASSERT("pb->tot_len == pb->len", pb->tot_len == pb->len); in pppoe_send_pado() 1034 LWIP_ASSERT("pb->tot_len == pb->len", pb->tot_len == pb->len); in pppoe_send_pads()
|
| D | ppp.c | 1039 LWIP_ASSERT("PPPOE_HDRLEN + n <= 0xffff", PPPOE_HDRLEN + n <= 0xffff); in pppWriteOverEthernet() 1613 LWIP_ASSERT("pbuf_header failed\n", 0); in pppInput() 1703 LWIP_ASSERT("pbuf_header failed\n", 0); in pppInput()
|
| D | chap.c | 794 LWIP_ASSERT("chal_len <= 0xff", chal_len <= 0xffff); in ChapGenChallenge()
|
| D | lcp.c | 1957 LWIP_ASSERT("lcp_echo_timer_running == 0", lcp_echo_timer_running == 0); in LcpEchoCheck()
|
| /lib/liblwip/src/core/ipv4/ |
| D | ip.c | 668 LWIP_ASSERT("p->ref == 1", p->ref == 1); 713 LWIP_ASSERT("check that first pbuf can hold struct ip_hdr", 825 LWIP_ASSERT("p->ref == 1", p->ref == 1); 865 LWIP_ASSERT("p->ref == 1", p->ref == 1);
|
| D | ip_addr.c | 243 LWIP_ASSERT("unhandled", 0); in ipaddr_aton()
|
| D | inet_chksum.c | 354 LWIP_ASSERT("delete me", chksum_len < 0x7fff); in inet_chksum_pseudo_partial()
|
| D | igmp.c | 774 LWIP_ASSERT("igmp_send: check that first pbuf can hold struct igmp_msg", in igmp_send()
|
| /lib/liblwip/src/netif/ |
| D | ethernetif.c | 279 LWIP_ASSERT("netif != NULL", (netif != NULL));
|
| /lib/liblwip/src/core/ |
| D | udp.c | 344 LWIP_ASSERT("pbuf_header failed\n", 0); 419 LWIP_ASSERT("p->payload == iphdr", (p->payload == iphdr)); 609 LWIP_ASSERT("check that first pbuf can hold struct udp_hdr", 781 LWIP_ASSERT("rebind == 0", rebind == 0);
|
| D | raw.c | 231 LWIP_ASSERT("Can't restore header we just removed!", 0); in raw_sendto()
|
| D | timers.c | 273 LWIP_ASSERT("sys_timeout: timeout != NULL, pool MEMP_SYS_TIMEOUT is empty", timeout != NULL); in sys_timeout_debug()
|
| /lib/liblwip/src/arch/ |
| D | etherif.c | 323 LWIP_ASSERT("netif != NULL", (netif != NULL)); in ethernetif_init()
|
| /lib/liblwip/src/core/ipv6/ |
| D | ip6.c | 220 LWIP_ASSERT("Can't move over header in packet", 0); in ip_input()
|
12