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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dl2tp.h36 #define CONTROL_PIPE "/var/run/l2tp-control" macro
H A Dl2tpd.c1233 control_fd = open (CONTROL_PIPE, O_RDONLY | O_NONBLOCK, 0600);
1386 mkfifo (CONTROL_PIPE, 0600);
1387 control_fd = open (CONTROL_PIPE, O_RDONLY | O_NONBLOCK, 0600);
1390 log (LOG_CRIT, "%s: Unable to open " CONTROL_PIPE " for reading.",

Completed in 165 milliseconds