Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ipf/tools/
H A Dippool_y.y53 static ip_pool_t iplo; variable
97 line: table role ipftree eol { iplo.ipo_unit = $2;
98 iplo.ipo_list = $3;
99 load_pool(&iplo, poolioctl);
134 bzero((char *)&iplo, sizeof(iplo));
136 iplo.ipo_flags = IPHASH_ANON;
137 iplo.ipo_name[0] = '\0';
162 { strncpy(iplo.ipo_name, $4,
163 sizeof(iplo.ipo_name));