Home
last modified time | relevance | path

Searched refs:ppa_mru (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.h283 uint16_t ppa_mru; /* link layer maximum receive unit */ member
H A Dsppp.c274 ppa->ppa_mru = PPP_MAXMRU; /* 65000 */ in sppp_create_ppa()
1230 ppa->ppa_mru = (uint16_t)mru; in sppp_inner_ioctl()
1365 (void) putctl4(lwq, M_CTL, PPPCTL_MRU, ppa->ppa_mru); in sppp_outer_ioctl()
2015 } else if (len > (ppa->ppa_mru + PPP_HDRLEN)) { in sppp_recv()