their_mru 51 net/if_sppp.h u_long their_mru; /* their max receive unit */ their_mru 996 net/if_spppsubr.c if (ifr->ifr_mtu < 128 || ifr->ifr_mtu > sp->lcp.their_mru) { their_mru 1005 net/if_spppsubr.c if (*(short*)data < 128 || *(short*)data > sp->lcp.their_mru) { their_mru 1864 net/if_spppsubr.c sp->lcp.mru = sp->lcp.their_mru = PP_MTU; their_mru 1900 net/if_spppsubr.c sp->lcp.mru = sp->lcp.their_mru = PP_MTU; their_mru 2150 net/if_spppsubr.c sp->lcp.their_mru = p[2] * 256 + p[3]; their_mru 2152 net/if_spppsubr.c addlog("%lu ", sp->lcp.their_mru);