Home | History | Annotate | Download | only in iptables

Lines Matching defs:rev

1110 	struct ip6t_get_revision rev;
1111 socklen_t s = sizeof(rev);
1121 strcpy(rev.name, name);
1122 rev.revision = revision;
1126 max_rev = getsockopt(sockfd, IPPROTO_IPV6, opt, &rev, &s);