Home | History | Annotate | Download | only in net

Lines Matching defs:TO

10  * Heavily revamped to conform to RFC 1661.
25 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
29 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
130 * as being administrative openable, but won't be opened to begin
134 * Setting link1 will cause the link to auto-dial only as packets
135 * arrive to be sent.
258 * We follow the spelling and capitalization of RFC 1661 here, to make
259 * it easier comparing with the standard. Please refer to this RFC in
261 * explain the semantics related to the various events and actions.
277 void (*TO)(struct sppp *, void *);
339 * can't be set yet. We want to put "interactive" traffic on a high
340 * priority queue. To decide if traffic is interactive, we check that
629 * Exported functions, comprising our interface to the lower layer.
844 * to start LCP for it.
932 * May want to check size of packet
933 * (albeit due to the implementation it's always enough)
949 * not ready to carry IP packets, and return
950 * ENETDOWN, as opposed to ENOBUFS.
976 * not ready to carry IP packets, and return
977 * ENETDOWN, as opposed to ENOBUFS.
1031 * framing according to RFC 1333.
1186 * Get next packet to send.
1302 "from %"PRIu64" bytes to %"PRIu64" bytes\n",
1514 SPPP_WQ_SET(&scp->work_to, cp->TO, cp);
1776 * The generic part of all Up/Down/Open/Close/TO event handlers.
1955 SPPP_DLOG(sp, "%s TO(%s) rst_counter = %d\n", cp->name,
1960 /* TO- event */
1978 /* TO+ event */
2478 * We need to do tls to restart when a down event is caused
2538 * caused action scn. (The return value is used to make the state
2576 /* pass 1: check for things that need to be rejected */
2667 /* we are not configured to do auth */
2673 * Remote want us to authenticate, remember this,
2690 /* Add the option to rejected list. */
2706 * thus require to be nak'ed.
2771 * To enable this functionality, synchronous PPP
2772 * implementations MUST always respond to the
2779 * asynchronous-to-synchronous converter.
2868 /* Add the option to nak'ed list. */
2956 * We try to negotiate a lower MRU if the underlying
2958 * peer rejects this lower rate, fallback to the
2964 "%ld bytes. Defaulting to %d bytes\n",
2972 * Peer doesn't want to authenticate himself,
3048 * Suggest a new magic to make sure.
3063 * Peer wants to advise us to negotiate an MRU.
3134 "from %"PRIu64" bytes to %"PRIu64" bytes\n",
3154 * if we already proceeded to network phase, since it might be
3155 * that remote wants us to authenticate, so we might have to
3194 "from %"PRIu64" bytes to %"PRIu64" bytes\n",
3204 * the Close second to prevent the upper layers from sending
3398 * interface doesn't want to talk IP at all. (This could
3399 * be the case if somebody wants to speak only IPX, for
3410 * I don't have an assigned address, so i need to
3419 * remote has no valid address, we need to get one assigned.
3462 * caused action scn. (The return value is used to make the state
3489 * Make sure to allocate a buf that can at least hold a
3549 /* Add the option to rejected list. */
3619 * he sent us 0.0.0.0, asking to assign him an
3645 /* Add the option to nak'ed list. */
3656 * If we are about to conf-ack the request, but haven't seen
3659 * filled in there, to request negotiation of both addresses.
3662 * doesn't want to send us his address. Q: What should we do
3834 * ignore it and thus continue to negotiate
4017 * interface doesn't want to talk IPv6 at all. (This could
4018 * be the case if somebody wants to speak only IPX, for
4035 * caused action scn. (The return value is used to make the state
4064 * Make sure to allocate a buf that can at least hold a
4131 /* Add the option to rejected list. */
4225 /* Add the option to nak'ed list. */
4399 * If <suggested myaddr from peer> equals to
4419 * we ignore it and thus continue to negotiate
4584 * - TO+: re-send CHAP_CHALLENGE and CHAP_RESPONSE
4585 * - TO-: this layer finish
4746 * so we don't have to enqueue sc->scp[IDX_CHAP].work_rcn
4911 * 4.0.?) don't want to re-authenticate their CHAP once the
4913 * Provide for an option to avoid rechallenges.
5016 * - TO+: re-send PAP_REQ
5017 * - TO-: this layer finish
5039 * init to an impossible value.
5173 * so we don't have to enqueue sc->scp[IDX_PAP].work_rcn
5256 * NOTE: never declare variadic functions with types subject to type
5386 /* override TO+ event */
5407 SPPP_DLOG(sp, "%s TO(%s) rst_counter = %d\n",
5521 "going to restart the connection\n");
5527 /* And now prepare LCP to reestablish the link, if configured to do so. */
5835 * Suggest a candidate address to be used by peer.
5845 myaddr.s6_addr[8] &= ~0x02; /* u bit to "local" */
5860 * Process ioctl requests specific to the PPP interface.
6089 struct spppidletimeout *to = (struct spppidletimeout *)data;
6092 to->idle_seconds = sp->pp_idle_timeout;
6098 struct spppidletimeout *to = (struct spppidletimeout *)data;
6101 sp->pp_idle_timeout = to->idle_seconds;
6453 /* a dummy, used to drop uninteresting events */
6675 * This file is large. Tell emacs to highlight it nevertheless.