Searched refs:proto_list (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | config.c | 287 if (uu_list_numnodes(c1->proto_list) != in bind_config_equal() 288 uu_list_numnodes(c2->proto_list)) in bind_config_equal() 294 for (pi = uu_list_first(c1->proto_list); pi != NULL; in bind_config_equal() 295 pi = uu_list_next(c1->proto_list, pi)) { in bind_config_equal() 298 if (uu_list_find(c2->proto_list, pi, (void *)&c1->istlx, in bind_config_equal()
|
H A D | inetd.c | 840 for (pi = uu_list_first(cfg->proto_list); pi != NULL; in poll_bound_fds() 841 pi = uu_list_next(cfg->proto_list, pi)) { in poll_bound_fds() 892 for (pi = uu_list_first(cfg->proto_list); pi != NULL; in handle_bind_failure() 893 pi = uu_list_next(cfg->proto_list, pi)) { in handle_bind_failure() 1045 for (pi = uu_list_first(cfg->proto_list); pi != NULL; in is_rpc_num_in_use() 1046 pi = uu_list_next(cfg->proto_list, pi)) { in is_rpc_num_in_use() 1086 for (pi = uu_list_first(cfg->proto_list); pi != NULL; in create_bound_fds() 1087 pi = uu_list_next(cfg->proto_list, pi)) { in create_bound_fds() 1194 for (pi = uu_list_first(cfg->proto_list); pi != NULL; in destroy_bound_fds() 1195 pi = uu_list_next(cfg->proto_list, pi)) { in destroy_bound_fds() [all …]
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/sppptun/ |
H A D | sppptun.c | 137 static struct protos proto_list[] = { variable 196 for (prot = proto_list; prot->name != NULL; prot++) in plumb_it() 218 for (prot = proto_list; prot->name != NULL; prot++) in plumb_it()
|
/titanic_44/usr/src/tools/protocmp/ |
H A D | Makefile | 27 STD_OBJS= proto_list.o protodir.o list.o stdusers.o \
|
/titanic_44/usr/src/lib/libinetsvc/common/ |
H A D | inetsvc.c | 506 if (cfg->proto_list == NULL) in destroy_proto_list() 509 while ((pi = uu_list_teardown(cfg->proto_list, &cookie)) != NULL) in destroy_proto_list() 511 uu_list_destroy(cfg->proto_list); in destroy_proto_list() 512 cfg->proto_list = NULL; in destroy_proto_list() 604 ((cfg->proto_list = uu_list_create(proto_info_pool, NULL, 0)) == in valid_props() 924 (void) uu_list_insert_after(cfg->proto_list, NULL, in valid_props()
|
H A D | inetsvc.h | 245 uu_list_t *proto_list; member
|
/titanic_44/usr/src/pkg/ |
H A D | proto_list_ihv_i386 | 28 # proto_list file listing all realmode components installed in
|