Searched refs:proto_list (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libinetsvc/common/
H A Dinetsvc.h244 uu_list_t *proto_list; member in struct:__anon1749
H A Dinetsvc.c504 if (cfg->proto_list == NULL)
507 while ((pi = uu_list_teardown(cfg->proto_list, &cookie)) != NULL)
509 uu_list_destroy(cfg->proto_list);
510 cfg->proto_list = NULL;
602 ((cfg->proto_list = uu_list_create(proto_info_pool, NULL, 0)) ==
919 /* add new proto entry to proto_list */
921 (void) uu_list_insert_after(cfg->proto_list, NULL,

Completed in 44 milliseconds