Searched defs:gothost (Results 1 - 2 of 2) sorted by relevance

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

Completed in 60 milliseconds