Searched refs:host_list (Results 1 – 4 of 4) sorted by relevance
60 static struct host_list { struct61 struct host_list *next; argument68 struct host_list *hp; in search_host() argument83 struct host_list *hp; in remember_host()85 if (!(hp = (struct host_list *)malloc(sizeof(struct host_list)))) in remember_host()
61 static struct host_list { struct62 struct host_list *next; argument69 struct host_list *hp; in search_host() argument84 struct host_list *hp; in remember_host()86 if ((hp = (struct host_list *)malloc(sizeof(struct host_list))) == NULL) in remember_host()
3500 nvlist_t *host_list; member3554 cur_port->host_list = nvlist_create(0); in cctl_start_pelement()3630 nvlist_move_string(cur_port->host_list, idname, str); in cctl_end_pelement()3631 error = nvlist_error(cur_port->host_list); in cctl_end_pelement()3789 print_nvlist(port->host_list, " Host %s: %s\n"); in cctl_portlist()
632 %type <v.host> ipspec toipspec xhost host dynaddr host_list1824 | '{' optnl host_list '}' {4068 | '{' optnl host_list '}' { $$ = $3; }4075 host_list : ipspec optnl { $$ = $1; }4076 | host_list comma ipspec optnl {