Searched defs:t_bind (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | tli_wrappers.c | 56 t_bind(int fd, struct t_bind *req, struct t_bind *ret) function
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | tiuser.h | 103 * t_bind - format of the address and options arguments of bind 106 struct t_bind { struct 160 #define T_BIND 1 /* struct t_bind */ 199 extern int t_bind(int fildes, struct t_bind *req, struct t_bind *ret);
|
/illumos-gate/usr/src/lib/libbc/inc/include/nettli/ |
H A D | tiuser.h | 117 * t_bind - format of the addres and options arguments of bind 120 struct t_bind { struct 174 #define T_BIND 1 /* struct t_bind */
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | svc_vc.c | 98 struct t_bind *t_bind; member in struct:cf_rendezvous 182 if (r->t_bind) 183 (void) t_free((char *)r->t_bind, T_BIND); 262 r->t_bind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR); 263 if (r->t_bind == NULL) { 364 r->t_bind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR); 365 if (r->t_bind [all...] |
/illumos-gate/usr/src/head/ |
H A D | xti.h | 163 * (e.g. t_bind) can have identical names for structure names 164 * (e.g struct t_bind). Therefore, this redefinition of names needs 176 #pragma redefine_extname t_bind _xti_bind 221 #define t_bind _xti_bind macro 306 * t_bind - format of the addres and options arguments of bind 309 struct t_bind { struct 363 #define T_BIND 1 /* struct t_bind */ 486 extern int t_bind(int, struct t_bind *, struct t_bind *); [all...] |
Completed in 108 milliseconds