Searched refs:mru (Results 1 - 16 of 16) sorted by relevance

/external/ppp/pppd/plugins/pppoatm/
H A Dpppoatm.c150 qos.txtp.max_sdu = lcp_allowoptions[0].mru + pppoatm_overhead();
151 qos.rxtp.max_sdu = lcp_wantoptions[0].mru + pppoatm_overhead();
159 pppoatm_max_mtu = lcp_allowoptions[0].mru;
160 pppoatm_max_mru = lcp_wantoptions[0].mru;
191 static void recv_config_pppoa(int mru, argument
196 if (mru > pppoatm_max_mru)
197 error("Couldn't increase MRU to %d", mru);
/external/ppp/pppd/
H A Dlcp.h89 int mru; /* Value of MRU */ member in struct:lcp_options
H A Dlcp.c121 { "mru", o_int, &lcp_wantoptions[0].mru,
124 { "default-mru", o_bool, &lcp_wantoptions[0].neg_mru,
127 { "-mru", o_bool, &lcp_wantoptions[0].neg_mru,
131 { "mtu", o_int, &lcp_allowoptions[0].mru,
351 wo->mru = DEFMRU;
359 ao->mru = MAXMRU;
664 return (LENCISHORT(go->neg_mru && go->mru != DEFMRU) +
739 ADDCISHORT(CI_MRU, go->neg_mru && go->mru != DEFMRU, go->mru);
1878 int mtu, mru; local
[all...]
H A Ddemand.c84 /* framemax = lcp_allowoptions[0].mru;
97 netif_set_mtu(0, MIN(lcp_allowoptions[0].mru, PPP_MRU));
H A Dsys-solaris.c1589 tty_recv_config(mru, asyncmap, pcomp, accomp)
1590 int mru;
1596 link_mru = mru;
1597 if (strioctl(pppfd, PPPIO_MRU, &mru, sizeof(mru), 0) < 0) {
H A Dmain.c1119 ppp_recv_config(unit, mru, accm, pcomp, accomp)
1120 int unit, mru;
1129 (*the_channel->recv_config)(mru, accm, pcomp, accomp);
H A Dsys-linux.c1234 void tty_recv_config(int mru, u_int32_t asyncmap, int pcomp, int accomp) argument
1245 if (ioctl(ppp_fd, PPPIOCSMRU, (caddr_t) &mru) < 0) {
1250 && ioctl(ppp_dev_fd, PPPIOCSMRU, (caddr_t) &mru) < 0)
/external/libppp/src/
H A Dlcp.c183 if (lcp->cfg.mru)
185 lcp->cfg.mru, lcp->cfg.max_mru);
258 lcp->cfg.mru = 0;
303 if ((lcp->want_mru = lcp->cfg.mru) == 0)
667 u_short mru, phmtu, maxmtu, maxmru, wantmtu, wantmru, proto; local
687 ua_ntohs(opt->data, &mru);
688 log_Printf(LogLCP, "%s %u\n", request, mru);
697 if (mru > MAX_MRU) {
704 } else if (mru < MIN_MRU) {
712 lcp->his_mrru = mru;
[all...]
H A Dlcp.h85 u_short mru; /* Preferred MRU value */ member in struct:lcp::__anon8061
H A Dcommand.c1885 change = &l->lcp.cfg.mru;
1926 if (l->lcp.cfg.mru > *change)
1927 l->lcp.cfg.mru = *change;
2421 {"mru", NULL, SetVariable, LOCAL_AUTH | LOCAL_CX,
2422 "MRU value", "set mru [max[imum]] [value]", (const void *)VAR_MRU},
/external/freetype/src/cache/
H A Dftccache.h61 FTC_MruNodeRec mru; /* circular mru list pointer */ member in struct:FTC_NodeRec_
73 #define FTC_NODE__NEXT( x ) FTC_NODE( (x)->mru.next )
74 #define FTC_NODE__PREV( x ) FTC_NODE( (x)->mru.prev )
/external/ppp/pppd/plugins/rp-pppoe/
H A Dplugin.c213 PPPOERecvConfig(int mru, argument
218 if (mru > MAX_PPPOE_MTU)
219 warn("Couldn't increase MRU to %d", mru);
/external/ppp/pppd/include/net/
H A Dppp-comp.h82 int unit, int hdrlen, int mru, int debug));
/external/oprofile/events/i386/westmere/
H A Dunit_masks96 0x02 mru Stall cycles due to BPU MRU bypass
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 238 milliseconds