Searched refs:bind_addr (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/krb5/kwarn/ |
H A D | kwarnd_generic.c | 41 struct t_bind *bind_addr; in svc_create_local_service() local 80 bind_addr = (struct t_bind *) t_alloc(fd, T_BIND, T_ADDR); in svc_create_local_service() 81 if ((bind_addr == NULL)) { in svc_create_local_service() 91 bind_addr->addr.len = nas->n_addrs->len; in svc_create_local_service() 92 (void) memcpy(bind_addr->addr.buf, nas->n_addrs->buf, in svc_create_local_service() 94 bind_addr->qlen = 8; in svc_create_local_service() 101 (void) t_free((char *) bind_addr, T_BIND); in svc_create_local_service() 102 bind_addr = NULL; in svc_create_local_service() 105 xprt = svc_tli_create(fd, nconf, bind_addr, 0, 0); in svc_create_local_service() 106 if (bind_addr) in svc_create_local_service() [all …]
|
/titanic_50/usr/src/cmd/gss/gssd/ |
H A D | gssd_generic.c | 63 struct t_bind *bind_addr; variable 102 bind_addr = (struct t_bind *) t_alloc(fd, T_BIND, T_ADDR); 103 if ((bind_addr == NULL)) { 113 bind_addr->addr.len = nas->n_addrs->len; 114 (void) memcpy(bind_addr->addr.buf, nas->n_addrs->buf, 116 bind_addr->qlen = 8; 123 (void) t_free((char *) bind_addr, T_BIND); 124 bind_addr = NULL; 127 xprt = svc_tli_create(fd, nconf, bind_addr, 0, 0); 128 if (bind_addr) [all …]
|
/titanic_50/usr/src/cmd/keyserv/ |
H A D | key_generic.c | 83 struct t_bind *bind_addr; variable 135 bind_addr = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR); 136 if ((bind_addr == NULL)) { 145 bind_addr->addr.len = nas->n_addrs->len; 146 memcpy(bind_addr->addr.buf, nas->n_addrs->buf, 148 bind_addr->qlen = 8; 154 (void) t_free((char *)bind_addr, T_BIND); 155 bind_addr = NULL; 158 xprt = svc_tli_create(fd, nconf, bind_addr, 0, 0); 159 if (bind_addr) [all …]
|
/titanic_50/usr/src/lib/libinetsvc/common/ |
H A D | inetsvc.c | 521 free(cfg->bind_addr); in destroy_basic_cfg() 532 set_bind_addr(struct sockaddr_storage *ss, char *bind_addr) in set_bind_addr() argument 536 if (bind_addr == NULL || bind_addr[0] == '\0') in set_bind_addr() 543 if (getaddrinfo(bind_addr, "", &hints, &res) != 0) { in set_bind_addr() 667 (cfg->bind_addr = in valid_props() 829 if (set_bind_addr(ss, cfg->bind_addr) != 0) { in valid_props()
|
H A D | inetsvc.h | 278 char *bind_addr; member
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | config.c | 334 if ((cfg->bind_addr = in populate_defaults()
|