Home
last modified time | relevance | path

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

/openbsd/usr.sbin/npppd/pptp/
H A Dpptp_ctrl.c573 pptp_bearer_string(scc->bearer_caps), scc->max_channels, in pptp_ctrl_SCCRx_string()
596 scc->bearer_caps = htonl(scc->bearer_caps); in pptp_ctrl_recv_SCCRQ()
741 scc->bearer_caps = PPTP_CTRL_BEARER_DIGITAL; in pptp_ctrl_send_SCCRP()
764 scc->bearer_caps = htonl(scc->bearer_caps); in pptp_ctrl_send_SCCRP()
H A Dpptp_local.h79 uint32_t bearer_caps; member