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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dmount.c770 char *mounthost; local
804 mounthost = NULL;
809 /* NB: hostname, mounthost, filteropts must be free()d prior to return */
901 /* 12 */ "mounthost\0"
952 case 12: // "mounthost"
953 mounthost = xstrndup(opteq+1,
1096 if (mounthost) {
1097 if (mounthost[0] >= '0' && mounthost[0] <= '9') {
1101 hp = gethostbyname(mounthost);
[all...]

Completed in 213 milliseconds