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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dbcrelay.c228 printf(" [-i] [--incoming <ifin>] Defines from which interface broadcasts will be relayed.\n");
314 char *ifin = ""; local
358 ifin = strdup(optarg);
384 if (ifin == "") {
394 sprintf(interfaces,"%s|%s", ifin, ifout);

Completed in 49 milliseconds