Lines Matching refs:modify_flags
231 static int modify_flags(int fd, int clear_bits, int set_bits);
287 static int modify_flags(int fd, int clear_bits, int set_bits) in modify_flags() function
437 modify_flags(ppp_fd, SC_RCVB | SC_LOGB, in tty_establish_ppp()
490 modify_flags(ppp_dev_fd, SC_LOOP_TRAFFIC, 0); in generic_establish_ppp()
596 modify_flags(ppp_dev_fd, 0, SC_LOOP_TRAFFIC); in generic_disestablish_ppp()
657 modify_flags(ppp_dev_fd, SC_MP_SHORTSEQ|SC_MP_XSHORTSEQ|SC_MULTILINK, in cfg_bundle()
710 modify_flags(master_fd, 0, SC_MULTILINK); in bundle_attach()
1210 modify_flags(ppp_fd, SC_COMP_PROT|SC_COMP_AC|SC_SYNC, x); in tty_send_config()
1292 modify_flags(ppp_dev_fd, SC_CCP_OPEN|SC_CCP_UP, x); in ccp_flags_set()
2232 modify_flags(ppp_dev_fd, SC_COMP_TCP|SC_NO_TCP_CCID, x); in sifvjcomp()
2631 modify_flags(ppp_dev_fd, 0, SC_LOOP_TRAFFIC); in open_ppp_loopback()