Home
last modified time | relevance | path

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

/openbsd/usr.sbin/pppd/
H A Dsys-bsd.c706 ppp_send_config(int unit, int mtu, u_int32_t asyncmap, int pcomp, int accomp) in ppp_send_config() argument
728 x = accomp? x | SC_COMP_AC: x &~ SC_COMP_AC; in ppp_send_config()
752 ppp_recv_config(int unit, int mru, u_int32_t asyncmap, int pcomp, int accomp) in ppp_recv_config() argument
768 x = !accomp? x | SC_REJ_COMP_AC: x &~ SC_REJ_COMP_AC; in ppp_recv_config()