Home
last modified time | relevance | path

Searched refs:ERR_OK (Results 26 – 43 of 43) sorted by relevance

12

/lib/liblwip/src/core/ipv4/
Digmp.c211 return ERR_OK; in igmp_start()
258 return ERR_OK; in igmp_stop()
357 err_t err = ERR_OK; in igmp_remove_group()
562 err = ERR_OK; in igmp_joingroup()
637 err = ERR_OK; in igmp_leavegroup()
Dicmp.c164 if (pbuf_copy(r, p) != ERR_OK) { in icmp_input()
224 if (ret != ERR_OK) { in icmp_input()
Dautoip.c276 return ERR_OK; in autoip_bind()
288 err_t result = ERR_OK; in autoip_start()
385 return ERR_OK; in autoip_stop()
Dip_frag.c861 return ERR_OK; in ip_frag()
/lib/liblwip/src/core/
Dnetif.c101 return ERR_OK; in netif_loopif_init()
184 if (init(netif) != ERR_OK) { in netif_add()
654 if ((err = pbuf_copy(r, p)) != ERR_OK) { in netif_loop_output()
688 return ERR_OK; in netif_loop_output()
748 if (ip_input(in, netif) != ERR_OK) { in netif_poll()
Draw.c145 return ERR_OK; in raw_bind()
165 return ERR_OK; in raw_connect()
Ddns.c431 return ERR_OK; in dns_local_addhost()
654 if (err != ERR_OK) { in dns_check_entry()
687 if (err != ERR_OK) { in dns_check_entry()
951 return ERR_OK; in dns_gethostbyname()
963 return ERR_OK; in dns_gethostbyname()
Dudp.c384 if (err == ERR_OK) {
581 if (err != ERR_OK) {
833 return ERR_OK;
859 if (err != ERR_OK) {
896 return ERR_OK;
902 return ERR_OK;
Dtcp_out.c137 return ERR_OK; in tcp_send_fin()
304 return ERR_OK; in tcp_write_checks()
334 return ERR_OK; in tcp_write_checks()
386 if (err != ERR_OK) { in tcp_write()
692 return ERR_OK; in tcp_write()
818 return ERR_OK; in tcp_enqueue_flags()
887 return ERR_OK; in tcp_send_empty_ack()
915 return ERR_OK; in tcp_output()
1039 return ERR_OK; in tcp_output()
Dpbuf.c95 if(tcpip_callback_with_block(pbuf_free_ooseq_callback, NULL, 0) != ERR_OK) { \
903 return ERR_OK; in pbuf_copy()
994 return ERR_OK; in pbuf_take()
1023 LWIP_ASSERT("pbuf_copy failed", err == ERR_OK); in pbuf_coalesce()
1065 return ERR_OK; in pbuf_fill_chksum()
Dmem.c299 if(sys_mutex_new(&mem_mutex) != ERR_OK) { in mem_init()
/lib/liblwip/src/arch/
Dsys_arch.c173 return ERR_OK; in sys_mbox_new()
227 return ERR_OK; in sys_mbox_trypost()
371 return ERR_OK; in sys_sem_new()
/lib/liblwip/src/netif/ppp/
Dppp.c645 if(pppoe_create(ethif, pd, pppOverEthernetLinkStatusCB, &pc->pppoe_sc) != ERR_OK) { in pppOverEthernetOpen()
795 if(pppoe_xmit(pc->pppoe_sc, pb) != ERR_OK) { in pppifOutputOverEthernet()
804 return ERR_OK; in pppifOutputOverEthernet()
955 return ERR_OK; in pppifOutput()
1054 if(pppoe_xmit(pc->pppoe_sc, pb) != ERR_OK) { in pppWriteOverEthernet()
1334 return ERR_OK; in pppifNetifInit()
1850 if(tcpip_callback_with_block(pppInput, inp, 0) != ERR_OK) { in pppInProc()
Dppp_oe.c168 return ERR_OK; in pppoe_create()
205 return ERR_OK; in pppoe_destroy()
/lib/liblwip/doc/
Drawapi.txt118 return ERR_USE, otherwise ERR_OK is returned.
179 enqueued successfully, the tcp_connect() function returns ERR_OK.
240 ERR_OK, then it must free the pbuf. Otherwise, it must not
279 function returns ERR_OK.
336 address. The function currently always return ERR_OK.
436 return ERR_OK;
Dsys_arch.txt54 If the semaphore has been created, ERR_OK should be returned. Returning any
103 If the mailbox has been created, ERR_OK should be returned. Returning any
121 is full, else, ERR_OK if the "msg" is posted.
/lib/liblwip/src/core/snmp/
Dmsg_out.c179 err = ERR_OK; in snmp_send_response()
277 return ERR_OK; in snmp_send_trap()
/lib/liblwip/
DCHANGELOG1452 tcp_close returns != ERR_OK)
2367 conn->err was reset to ERR_OK without any reasons (and error was lost)...
2436 != ERR_OK.

12