Searched refs:get_flags (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/ppp/pppoecd/
H A Dsys-linux.c117 static int get_flags (int fd);
166 static int get_flags (int fd) function
327 set_flags(ppp_dev_fd, get_flags(ppp_dev_fd) & ~SC_LOOP_TRAFFIC);
649 int x = get_flags(ppp_dev_fd);
701 int x = get_flags(ppp_dev_fd);
806 u_int x = get_flags(ppp_dev_fd);
1106 set_flags(ppp_dev_fd, get_flags(ppp_dev_fd) | SC_LOOP_TRAFFIC);
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dsys-linux.c171 static int get_flags (int fd);
231 static int get_flags (int fd) function
407 set_flags(ppp_dev_fd, get_flags(ppp_dev_fd) & ~SC_LOOP_TRAFFIC);
501 set_flags(ppp_fd, ((get_flags(ppp_fd) & ~(SC_RCVB | SC_LOGB))
602 flags = get_flags(ppp_dev_fd);
651 set_flags(ppp_dev_fd, get_flags(ppp_dev_fd) | SC_MULTILINK);
1112 x = get_flags(ppp_fd);
1199 int x = get_flags(ppp_dev_fd);
1278 int x = get_flags(ppp_dev_fd);
2120 u_int x = get_flags(ppp_dev_f
[all...]

Completed in 38 milliseconds