search for: num_proto

Displaying 2 results from an estimated 2 matches for "num_proto".

Did you mean: num_ports
2003 Feb 08
0
[Bug 46] ..patch-o-matic: nfnetlink_conntrack.c or -.h ... compile failure:
...and finish off with 'make install'. .._is_ the root cause here?: head -n 70 \ /usr/src/linux-2.4.18-24.8.0/include/linux/nfnetlink_conntrack.h \ | tail-n 15 }; #endif /* CONFIG_IP_NF_NAT_NEEDED */ struct cta_proto { unsigned char num_proto; /* Protocol number IPPROTO_X */ union ip_conntrack_proto proto; }; struct cta_help { struct ip_conntrack_tuple tuple; struct ip_conntrack_tuple mask; char name[31]; /* name of conntrack helper */ union...
2003 Feb 08
0
[Bug 46] New: ..patch-o-matic: nfnetlink_conntrack.c or -.h ... compile failure:
...lete type nfnetlink_conntrack.c:107: dereferencing pointer to incomplete type... ...etc. ..root cause here: head -n 70 \ /usr/src/linux-2.4.18-24.8.0/include/linux/nfnetlink_conntrack.h \ | tail-n 15 }; #endif /* CONFIG_IP_NF_NAT_NEEDED */ struct cta_proto { unsigned char num_proto; /* Protocol number IPPROTO_X */ union ip_conntrack_proto proto; }; struct cta_help { struct ip_conntrack_tuple tuple; struct ip_conntrack_tuple mask; char name[31]; /* name of conntrack helper */ union ip_conntrack_help help;...