Home
last modified time | relevance | path

Searched refs:host_list (Results 1 – 4 of 4) sorted by relevance

/src/usr.bin/rup/
H A Drup.c60 static struct host_list { struct
61 struct host_list *next; argument
68 struct host_list *hp; in search_host() argument
83 struct host_list *hp; in remember_host()
85 if (!(hp = (struct host_list *)malloc(sizeof(struct host_list)))) in remember_host()
/src/usr.bin/rusers/
H A Drusers.c61 static struct host_list { struct
62 struct host_list *next; argument
69 struct host_list *hp; in search_host() argument
84 struct host_list *hp; in remember_host()
86 if ((hp = (struct host_list *)malloc(sizeof(struct host_list))) == NULL) in remember_host()
/src/usr.sbin/ctladm/
H A Dctladm.c3500 nvlist_t *host_list; member
3554 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()
/src/sbin/pfctl/
H A Dparse.y632 %type <v.host> ipspec toipspec xhost host dynaddr host_list
1824 | '{' optnl host_list '}' {
4068 | '{' optnl host_list '}' { $$ = $3; }
4075 host_list : ipspec optnl { $$ = $1; }
4076 | host_list comma ipspec optnl {