Searched refs:ERR_OK (Results 26 – 43 of 43) sorted by relevance
12
| /lib/liblwip/src/core/ipv4/ |
| D | igmp.c | 211 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()
|
| D | icmp.c | 164 if (pbuf_copy(r, p) != ERR_OK) { in icmp_input() 224 if (ret != ERR_OK) { in icmp_input()
|
| D | autoip.c | 276 return ERR_OK; in autoip_bind() 288 err_t result = ERR_OK; in autoip_start() 385 return ERR_OK; in autoip_stop()
|
| D | ip_frag.c | 861 return ERR_OK; in ip_frag()
|
| /lib/liblwip/src/core/ |
| D | netif.c | 101 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()
|
| D | raw.c | 145 return ERR_OK; in raw_bind() 165 return ERR_OK; in raw_connect()
|
| D | dns.c | 431 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()
|
| D | udp.c | 384 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;
|
| D | tcp_out.c | 137 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()
|
| D | pbuf.c | 95 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()
|
| D | mem.c | 299 if(sys_mutex_new(&mem_mutex) != ERR_OK) { in mem_init()
|
| /lib/liblwip/src/arch/ |
| D | sys_arch.c | 173 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/ |
| D | ppp.c | 645 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()
|
| D | ppp_oe.c | 168 return ERR_OK; in pppoe_create() 205 return ERR_OK; in pppoe_destroy()
|
| /lib/liblwip/doc/ |
| D | rawapi.txt | 118 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;
|
| D | sys_arch.txt | 54 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/ |
| D | msg_out.c | 179 err = ERR_OK; in snmp_send_response() 277 return ERR_OK; in snmp_send_trap()
|
| /lib/liblwip/ |
| D | CHANGELOG | 1452 tcp_close returns != ERR_OK) 2367 conn->err was reset to ERR_OK without any reasons (and error was lost)... 2436 != ERR_OK.
|
12