Searched refs:putctl4 (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/ppp/common/ |
H A D | s_common.h | 32 extern int putctl4(queue_t *, uchar_t, uchar_t, uint16_t);
|
/titanic_41/usr/src/uts/common/io/ppp/sppp/ |
H A D | s_common.c | 45 putctl4(queue_t *q, uchar_t type, uchar_t code, uint16_t val) in putctl4() function
|
H A D | sppp.c | 1237 (void) putctl4(ppa->ppa_lower_wq, M_CTL, PPPCTL_MRU, in sppp_inner_ioctl() 1264 (void) putctl4(ppa->ppa_lower_wq, M_CTL, PPPCTL_MTU, in sppp_inner_ioctl() 1365 (void) putctl4(lwq, M_CTL, PPPCTL_MRU, ppa->ppa_mru); in sppp_outer_ioctl() 1366 (void) putctl4(lwq, M_CTL, PPPCTL_MTU, ppa->ppa_mtu); in sppp_outer_ioctl()
|