Lines Matching full:link

159 static struct timeval start_time; /* Time when link was started. */
167 * PPP Data Link Layer "protocol" table.
325 * this is going to take a little longer time if your link is down, but
354 /* LCP not open, close link protocol */ in ppp_close()
371 /* forced link termination, this will force link protocol to disconnect. */ in ppp_close()
509 /* Check that the link is up. */ in ppp_netif_output()
518 PPPDEBUG(LOG_ERR, ("ppp_netif_output[%d]: link not up\n", pcb->netif->num)); in ppp_netif_output()
555 LINK_STATS_INC(link.proterr); in ppp_netif_output()
556 LINK_STATS_INC(link.drop); in ppp_netif_output()
570 LINK_STATS_INC(link.memerr); in ppp_netif_output()
571 LINK_STATS_INC(link.drop); in ppp_netif_output()
596 LINK_STATS_INC(link.rterr); in ppp_netif_output()
597 LINK_STATS_INC(link.drop); in ppp_netif_output()
652 * there is no way to know when the link is up. */ in ppp_new()
751 /** Called when link failed to setup */
759 /** Called when link is normally down (i.e. it was asked to end) */
793 LINK_STATS_INC(link.recv); in ppp_input()
832 * should never happen!). We should probably drop the link if in ppp_input()
974 LINK_STATS_INC(link.drop); in ppp_input()
982 * Write a pbuf to a ppp link, only used from PPP functions
1184 /* make sure the netif link callback is called */ in sifdown()
1237 * sif6addr - Config the interface with an IPv6 link-local address
1292 /* make sure the netif link callback is called */ in sif6down()
1405 * get_idle_time - return how long the link has been idle.
1419 * and detect when we want to bring the real link up.
1420 * Return value is 1 if we need to bring up the link, 0 otherwise.
1446 { 0x3d, "Multi-Link" },
1450 { 0x45, "Fujitsu Link Backup and Load Balancing (LBLB)" },
1458 { 0x55, "Individual Link Encryption" },
1470 { 0xfb, "single-link compression" },
1513 { 0x803d, "Multi-Link Control Protocol" },
1525 { 0x8055, "Individual Link Encryption Control Protocol" },
1532 { 0x80fb, "Single Link Compression Control Protocol" },
1543 { 0xc021, "Link Control Protocol" },
1545 { 0xc025, "Link Quality Report" },
1582 * The one willing link stats support should add the get_ppp_stats()
1587 * reset_link_stats - "reset" stats when link goes up.
1597 * update_link_stats - get stats at link termination.