Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dippool_y.y49 static iphtable_t ipht; variable
106 { ipht.iph_unit = $2;
107 strncpy(ipht.iph_name, $3,
108 sizeof(ipht.iph_name));
130 table: IPT_TABLE { bzero((char *)&ipht, sizeof(ipht));
133 *ipht.iph_name = '\0';
140 IPT_GROUPMAP inout { bzero((char *)&ipht, sizeof(ipht));
142 *ipht.iph_name = '\0';
144 ipht.iph_flags = $2;
168 { strncpy(ipht.iph_name, $4,
[all …]