OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:host_list
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/rup/
rup.c
63
static struct
host_list
{
struct
64
struct
host_list
*next;
81
struct
host_list
*hp;
110
struct
host_list
*hp;
112
if ((hp = malloc(sizeof(struct
host_list
))) == NULL) {
/src/usr.bin/rusers/
rusers.c
72
static struct
host_list
{
struct
73
struct
host_list
*next;
87
struct
host_list
*hp;
116
struct
host_list
*hp;
118
if (!(hp = (struct
host_list
*)malloc(sizeof(struct
host_list
)))) {
/src/dist/pf/sbin/pfctl/
parse.y
443
%type <v.host> ipspec xhost host dynaddr
host_list
1245
| '{'
host_list
'}' {
2467
| '{'
host_list
'}' { $$ = $2; }
2470
host_list
: ipspec { $$ = $1; }
label
2471
|
host_list
comma ipspec {
Completed in 15 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025