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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dambassador.c933 cmd.args.modify_flags.vc = cpu_to_be32 (vci); // vpi 0
934 cmd.args.modify_flags.flags = cpu_to_be32
968 cmd.args.modify_flags.vc = cpu_to_be32 (vci); // vpi 0
969 cmd.args.modify_flags.flags = cpu_to_be32
1034 cmd.args.modify_flags.vc = cpu_to_be32 (vci); // vpi 0
1035 cmd.args.modify_flags.flags = cpu_to_be32
H A Dambassador.h378 } modify_flags; member in union:__anon3918::__anon3919

Completed in 84 milliseconds