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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c229 static int modify_flags(int fd, int clear_bits, int set_bits);
282 * modify_flags - set and clear flag bits controlling the kernel
285 static int modify_flags(int fd, int clear_bits, int set_bits) function
435 modify_flags(ppp_fd, SC_RCVB | SC_LOGB,
488 modify_flags(ppp_dev_fd, SC_LOOP_TRAFFIC, 0);
594 modify_flags(ppp_dev_fd, 0, SC_LOOP_TRAFFIC);
655 modify_flags(ppp_dev_fd, SC_MP_SHORTSEQ|SC_MP_XSHORTSEQ|SC_MULTILINK,
708 modify_flags(master_fd, 0, SC_MULTILINK);
1207 modify_flags(ppp_fd, SC_COMP_PROT|SC_COMP_AC|SC_SYNC, x);
1289 modify_flags(ppp_dev_f
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dambassador.c916 cmd.args.modify_flags.vc = cpu_to_be32 (vci); // vpi 0
917 cmd.args.modify_flags.flags = cpu_to_be32
951 cmd.args.modify_flags.vc = cpu_to_be32 (vci); // vpi 0
952 cmd.args.modify_flags.flags = cpu_to_be32
1017 cmd.args.modify_flags.vc = cpu_to_be32 (vci); // vpi 0
1018 cmd.args.modify_flags.flags = cpu_to_be32
H A Dambassador.h378 } modify_flags; member in union:__anon10804::__anon10805

Completed in 87 milliseconds