src: linux/*.h -> netinet/*.h

This commit is contained in:
zhuzhenjun
2023-10-10 17:14:34 +08:00
parent f203d15fae
commit f6af0204eb
10 changed files with 121 additions and 356 deletions

View File

@@ -183,7 +183,7 @@ exit:
return NULL;
}
struct osfp_result *osfp_ipv6_identify(struct osfp_db *db, struct ipv6hdr* l3_hdr, struct tcphdr *l4_hdr, size_t l4_hdr_len)
struct osfp_result *osfp_ipv6_identify(struct osfp_db *db, struct ip6_hdr* l3_hdr, struct tcphdr *l4_hdr, size_t l4_hdr_len)
{
int ret = OSFP_EINVAL;
struct osfp_fingerprint fp;