Home
last modified time | relevance | path

Searched defs:lcp_options (Results 1 – 4 of 4) sorted by relevance

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/netif/ppp/
H A Dlcp.h92 typedef struct lcp_options { struct
93 u_int passive : 1; /* Don't die if we don't get a response */
94 u_int silent : 1; /* Wait for the other end to start first */
95 u_int restart : 1; /* Restart vs. exit after close */
96 u_int neg_mru : 1; /* Negotiate the MRU? */
97 u_int neg_asyncmap : 1; /* Negotiate the async map? */
98 u_int neg_upap : 1; /* Ask for UPAP authentication? */
122 } lcp_options; argument
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/netif/ppp/
H A Dlcp.h92 typedef struct lcp_options { struct
93 u_int passive : 1; /* Don't die if we don't get a response */
94 u_int silent : 1; /* Wait for the other end to start first */
95 u_int restart : 1; /* Restart vs. exit after close */
96 u_int neg_mru : 1; /* Negotiate the MRU? */
97 u_int neg_asyncmap : 1; /* Negotiate the async map? */
98 u_int neg_upap : 1; /* Ask for UPAP authentication? */
122 } lcp_options; typedef
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/netif/ppp/
H A Dlcp.h83 typedef struct lcp_options { struct
84 u_int passive : 1; /* Don't die if we don't get a response */
85 u_int silent : 1; /* Wait for the other end to start first */
86 u_int restart : 1; /* Restart vs. exit after close */
87 u_int neg_mru : 1; /* Negotiate the MRU? */
88 u_int neg_asyncmap : 1; /* Negotiate the async map? */
89 u_int neg_upap : 1; /* Ask for UPAP authentication? */
113 } lcp_options; argument
/dports/science/siconos/siconos-4.4.0/numerics/src/tools/
H A DPathSearch.c44 SolverOptions * lcp_options = options->internalSolvers[0]; in pathsearch_set_default() local