Home
last modified time | relevance | path

Searched refs:gothost (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/nfs/rp_basic/
H A Dlibnfs_basic.c100 int i, gothost; in get_fs_locations() local
170 i = gothost = 0; in get_fs_locations()
171 while ((sp && *sp && (sp - buf < len)) || gothost) { in get_fs_locations()
173 if (!gothost) { in get_fs_locations()
210 gothost = 1; in get_fs_locations()
218 if (*sp == '\0' && gothost) { in get_fs_locations()
224 gothost = 0; in get_fs_locations()
245 if (gothost) { in get_fs_locations()
/titanic_41/usr/src/lib/libsip/common/
H A Dsip_parse_uri.c787 int gothost = 0; in sip_uri_parse_params() local
874 gothost = 0; in sip_uri_parse_params()
877 gothost = sip_uri_parse_ipv4(mark, in sip_uri_parse_params()
884 if (!gothost && mark < scan && *mark == '[') { in sip_uri_parse_params()
885 gothost = sip_uri_parse_ipv6(mark, in sip_uri_parse_params()
892 if (!gothost && mark < scan) { in sip_uri_parse_params()
893 if (!(gothost = in sip_uri_parse_params()
900 if (gothost) in sip_uri_parse_params()
1327 int gothost = 0; in sip_uri_parse_netpath() local
1361 gothost = 1; in sip_uri_parse_netpath()
[all …]