/illumos-gate/usr/src/lib/libbc/libc/sys/common/ |
H A D | connect.c | 39 connect(int s, struct sockaddr *name, int namelen) function
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | DRM.java | 55 * @throws Exception If the connect fails. 57 public void connect(int version, String url) throws Exception; method in interface:DRM
|
H A D | LogDRM.java | 62 * @throws Exception If the connect fails. 64 public void connect(int requested, String url) throws Exception method in class:LogDRM
|
/illumos-gate/usr/src/cmd/tip/ |
H A D | acu.c | 41 connect(void) function
|
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | ttymux_rcm_impl.h | 88 int (*connect)(struct link *); member in struct:link
|
/illumos-gate/usr/src/lib/libsocket/socket/ |
H A D | weaks.c | 48 #pragma weak connect = _connect macro
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | tiuser.h | 55 #define T_CONNECT 0x0002 /* connect confirmation received */ 79 t_scalar_t connect; /* max data for connection primitives */ member in struct:t_info
|
H A D | socket.h | 498 #pragma redefine_extname connect __xnet_connect 507 #define connect __xnet_connect macro 530 extern int connect(int, const struct sockaddr *, socklen_t);
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | request.c | 152 LDAPServer *srvlist, /* servers to connect to (NULL for default) */ 361 int connect, int bind ) 415 if ( connect ) { 923 * chase on any referral (basically this means we were able to connect 969 /* XXXmcs: can't tell if secure is supported by connect callback */ 360 nsldapi_new_connection( LDAP *ld, LDAPServer **srvlistp, int use_ldsb, int connect, int bind ) argument
|
/illumos-gate/usr/src/stand/lib/sock/ |
H A D | socket.c | 717 connect(int fd, const struct sockaddr *addr, socklen_t addr_len) function 732 /* Don't allow connect for raw socket. */ 766 /* Call TCP connect routine. */
|
/illumos-gate/usr/src/lib/libbc/inc/include/nettli/ |
H A D | tiuser.h | 63 #define T_CONNECT 0x0002 /* connect confirmation received */ 94 long connect; /* max data for connection primitives */ member in struct:t_info
|
/illumos-gate/usr/src/head/ |
H A D | xti.h | 108 #define T_CONNECT 0x0002 /* connect confirmation received */ 269 t_scalar_t connect; /* max data for connection primitives */ member in struct:t_info
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp.c | 270 error_num = connect(s, (struct sockaddr *)&remctladdr, 282 (void) fprintf(stderr, "ftp: connect to address %s: ", 288 perror("ftp: connect"); 1462 * server's connect may fail. 1579 if (connect(data, (struct sockaddr *)&data_addr, 1581 perror("connect"); 1750 int connect; member in struct:comvars 1788 ip->connect = connected; 1789 connected = op->connect;
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | socksyscalls.c | 339 * to connect the two sockets together. 396 * Bind both sockets and connect them with each other. 775 connect(int sock, struct sockaddr *name, socklen_t namelen, int version) function 781 dprint(1, ("connect(%d, %p, %d)\n",
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/ |
H A D | wificonfig.c | 282 "connect", 1528 " connect profile [wait={n|forever}]\n"), gExecName); 1530 " connect essid [wait={n|forever}]\n"), gExecName); 1546 "\t\t\t\t created when the network to connect is\n" 1775 " failed to connect to any essid\n"), 1799 (void) fprintf(stderr, gettext("%s: failed to connect to " 2172 char *connect; local 2178 (void) fprintf(stderr, gettext("%s: connect: " 2239 connect = "profile"; 2274 connect [all...] |
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi.h | 1060 int (*connect)(void *, struct sockaddr *, int, int, int); member in struct:iscsi_network
|