Searched refs:remote (Results 1 – 4 of 4) sorted by relevance
| /lib/liblwip/src/netif/ppp/ |
| D | auth.c | 789 u32_t remote; 812 remote = ipwo->accept_remote? 0: ipwo->hisaddr; 813 can_auth = have_chap_secret(ppp_settings.remote_name, ppp_settings.our_name, remote); 833 u32_t remote; in auth_reset() local 843 remote = ipwo->accept_remote? 0: ipwo->hisaddr; in auth_reset() 844 if (!have_chap_secret(ppp_settings.remote_name, ppp_settings.our_name, remote)) { in auth_reset() 1057 have_chap_secret(char *client, char *server, u32_t remote) in have_chap_secret() argument 1061 LWIP_UNUSED_ARG(remote); in have_chap_secret()
|
| /lib/liblwip/doc/ |
| D | rawapi.txt | 165 Sets up the pcb to connect to the remote host and sends the 185 tcp_write(). When the data is successfully transmitted to the remote 198 ACKed by the remote host 219 successfully been received (i.e., acknowledged) by the remote 238 indicate that the remote host has closed the connection. If 285 Aborts the connection by sending a RST (reset) segment to the remote 325 or connected to a remote address. 341 Sets the remote end of the pcb. This function does not generate any 342 network traffic, but only set the remote address of the pcb. 346 Remove the remote end of the pcb. This function does not generate [all …]
|
| /lib/liblwip/ |
| D | UPGRADING | 137 * Correctly handle remote side overrunning our rcv_wnd in ooseq case
|
| D | CHANGELOG | 742 * tcp_in.c, test_tcp_oos.c: Fixed bug #29080: Correctly handle remote side 1490 * tcp_in.c, tcp.c: fixed bug #22249: division by zero could occur if a remote 1979 to corrupt remote addr/port connection state". Reduce problems "not enought memory" with 2192 remote host. 2354 could get udp input packets if the remote side matched.
|