/external/ppp/pppd/plugins/pppoatm/ |
D | pppoatm.c | 150 qos.txtp.max_sdu = lcp_allowoptions[0].mru + pppoatm_overhead(); in connect_pppoatm() 151 qos.rxtp.max_sdu = lcp_wantoptions[0].mru + pppoatm_overhead(); in connect_pppoatm() 159 pppoatm_max_mtu = lcp_allowoptions[0].mru; in connect_pppoatm() 160 pppoatm_max_mru = lcp_wantoptions[0].mru; in connect_pppoatm() 191 static void recv_config_pppoa(int mru, in recv_config_pppoa() argument 196 if (mru > pppoatm_max_mru) in recv_config_pppoa() 197 error("Couldn't increase MRU to %d", mru); in recv_config_pppoa()
|
/external/libppp/src/ |
D | lcp.c | 183 if (lcp->cfg.mru) in lcp_ReportStatus() 185 lcp->cfg.mru, lcp->cfg.max_mru); in lcp_ReportStatus() 258 lcp->cfg.mru = 0; in lcp_Init() 303 if ((lcp->want_mru = lcp->cfg.mru) == 0) in lcp_Setup() 667 u_short mru, phmtu, maxmtu, maxmru, wantmtu, wantmru, proto; in LcpDecodeConfig() local 687 ua_ntohs(opt->data, &mru); in LcpDecodeConfig() 688 log_Printf(LogLCP, "%s %u\n", request, mru); in LcpDecodeConfig() 697 if (mru > MAX_MRU) { in LcpDecodeConfig() 704 } else if (mru < MIN_MRU) { in LcpDecodeConfig() 712 lcp->his_mrru = mru; in LcpDecodeConfig() [all …]
|
D | lcp.h | 85 u_short mru; /* Preferred MRU value */ member
|
D | README.changes | 85 o `show mru' is part of `show lcp'
|
D | command.c | 1885 change = &l->lcp.cfg.mru; in SetVariable() 1926 if (l->lcp.cfg.mru > *change) in SetVariable() 1927 l->lcp.cfg.mru = *change; in SetVariable()
|
D | ppp.8.m4 | 5238 .It set mru Xo 5414 .Dq set mru
|
/external/ppp/pppd/ |
D | lcp.c | 121 { "mru", o_int, &lcp_wantoptions[0].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); 888 ACKCISHORT(CI_MRU, go->neg_mru && go->mru != DEFMRU, go->mru); 1041 if (go->neg_mru && go->mru != DEFMRU) { 1043 if (cishort <= wo->mru || cishort <= DEFMRU) 1044 try.mru = cishort; [all …]
|
D | lcp.h | 89 int mru; /* Value of MRU */ member
|
D | demand.c | 97 netif_set_mtu(0, MIN(lcp_allowoptions[0].mru, PPP_MRU)); in demand_conf()
|
D | sys-solaris.c | 1589 tty_recv_config(mru, asyncmap, pcomp, accomp) in tty_recv_config() argument 1590 int mru; in tty_recv_config() 1596 link_mru = mru; 1597 if (strioctl(pppfd, PPPIO_MRU, &mru, sizeof(mru), 0) < 0) {
|
D | main.c | 1119 ppp_recv_config(unit, mru, accm, pcomp, accomp) in ppp_recv_config() argument 1120 int unit, mru; in ppp_recv_config() 1129 (*the_channel->recv_config)(mru, accm, pcomp, accomp);
|
D | sys-linux.c | 1235 void tty_recv_config(int mru, u_int32_t asyncmap, int pcomp, int accomp) in tty_recv_config() argument 1246 if (ioctl(ppp_fd, PPPIOCSMRU, (caddr_t) &mru) < 0) { in tty_recv_config() 1251 && ioctl(ppp_dev_fd, PPPIOCSMRU, (caddr_t) &mru) < 0) in tty_recv_config()
|
/external/chromium_org/third_party/freetype/src/cache/ |
D | ftccache.h | 60 FTC_MruNodeRec mru; /* circular mru list pointer */ member 72 #define FTC_NODE__NEXT( x ) FTC_NODE( (x)->mru.next ) 73 #define FTC_NODE__PREV( x ) FTC_NODE( (x)->mru.prev )
|
/external/freetype/src/cache/ |
D | ftccache.h | 60 FTC_MruNodeRec mru; /* circular mru list pointer */ member 72 #define FTC_NODE__NEXT( x ) FTC_NODE( (x)->mru.next ) 73 #define FTC_NODE__PREV( x ) FTC_NODE( (x)->mru.prev )
|
/external/pixman/pixman/ |
D | pixman-glyph.c | 61 pixman_list_t mru; member 198 pixman_list_init (&cache->mru); in pixman_glyph_cache_create() 235 glyph_t *glyph = CONTAINER_OF (glyph_t, mru_link, cache->mru.tail); in pixman_glyph_cache_thaw() 296 pixman_list_prepend (&cache->mru, &glyph->mru_link); in pixman_glyph_cache_insert() 491 pixman_list_move_to_front (&cache->mru, &glyph->mru_link); in pixman_composite_glyphs_no_mask() 608 pixman_list_move_to_front (&cache->mru, &glyph->mru_link); in add_glyphs()
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | plugin.c | 213 PPPOERecvConfig(int mru, in PPPOERecvConfig() argument 218 if (mru > MAX_PPPOE_MTU) in PPPOERecvConfig() 219 warn("Couldn't increase MRU to %d", mru); in PPPOERecvConfig()
|
/external/chromium_org/android_webview/browser/ |
D | in_process_view_renderer.cc | 329 GLViewRendererManager& mru = g_view_renderer_manager.Get(); in NoLongerExpectsDrawGL() local 330 if (manager_key_ != mru.NullKey()) { in NoLongerExpectsDrawGL() 331 mru.NoLongerExpectsDrawGL(manager_key_); in NoLongerExpectsDrawGL() 332 manager_key_ = mru.NullKey(); in NoLongerExpectsDrawGL()
|
/external/ppp/pppd/include/net/ |
D | ppp-comp.h | 82 int unit, int hdrlen, int mru, int debug));
|
/external/icu4c/data/lang/ |
D | sv.txt | 698 Mroo{"mru"}
|
/external/oprofile/events/i386/westmere/ |
D | unit_masks | 96 0x02 mru Stall cycles due to BPU MRU bypass
|
/external/oprofile/events/i386/nehalem/ |
D | unit_masks | 206 …0x02 mru Instruction Length Decoder stall cycles due to Brand Prediction Unit (PBU) Most Recently …
|