Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dfrag6.c372 uint32_t bucket, *hashkeyp; in frag6_input() local
499 hashkeyp = hashkey; in frag6_input()
500 memcpy(hashkeyp, &ip6->ip6_src, sizeof(struct in6_addr)); in frag6_input()
501 hashkeyp += sizeof(struct in6_addr) / sizeof(*hashkeyp); in frag6_input()
502 memcpy(hashkeyp, &ip6->ip6_dst, sizeof(struct in6_addr)); in frag6_input()
503 hashkeyp += sizeof(struct in6_addr) / sizeof(*hashkeyp); in frag6_input()
504 *hashkeyp = ip6f->ip6f_ident; in frag6_input()