Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dsys-linux.c234 static int modify_flags(int fd, int clear_bits, int set_bits);
291 static int modify_flags(int fd, int clear_bits, int set_bits) in modify_flags() function
444 modify_flags(ppp_fd, SC_RCVB | SC_LOGB, in tty_establish_ppp()
497 modify_flags(ppp_dev_fd, SC_LOOP_TRAFFIC, 0); in generic_establish_ppp()
603 modify_flags(ppp_dev_fd, 0, SC_LOOP_TRAFFIC); in generic_disestablish_ppp()
664 modify_flags(ppp_dev_fd, SC_MP_SHORTSEQ|SC_MP_XSHORTSEQ|SC_MULTILINK, in cfg_bundle()
717 modify_flags(master_fd, 0, SC_MULTILINK); in bundle_attach()
1244 modify_flags(ppp_fd, SC_COMP_PROT|SC_COMP_AC|SC_SYNC, x); in tty_send_config()
1326 modify_flags(ppp_dev_fd, SC_CCP_OPEN|SC_CCP_UP, x); in ccp_flags_set()
2258 modify_flags(ppp_dev_fd, SC_COMP_TCP|SC_NO_TCP_CCID, x); in sifvjcomp()
[all …]