Home
last modified time | relevance | path

Searched refs:Is_ipv6present (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/lib/librdc/common/
H A Dlibrdc.h33 extern int Is_ipv6present(void);
H A Dllib-lrdc37 int Is_ipv6present(void);
H A Dmapfile-vers46 Is_ipv6present;
H A Dnetaddrs.c63 Is_ipv6present(void) in Is_ipv6present() function
/titanic_44/usr/src/cmd/fs.d/nfs/lib/
H A Dselfcheck.c174 Is_ipv6present(void) in Is_ipv6present() function
/titanic_44/usr/src/cmd/rpcbind/
H A Drpcbind.h139 int Is_ipv6present(void);
H A Drpcbind.c312 ipv6flag = Is_ipv6present(); in main()
/titanic_44/usr/src/cmd/avs/rdc/
H A Dsndrd.c379 if ((Is_ipv6present() && in do_one()
381 (!Is_ipv6present() && (strcmp(provider, "/dev/tcp") == 0))) in do_one()
1820 if ((Is_ipv6present() && (strcmp(provider, "/dev/tcp6") == 0)) || in bind_to_provider()
1821 (!Is_ipv6present() && (strcmp(provider, "/dev/tcp") == 0))) in bind_to_provider()