Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dfrag6.c433 uint32_t bucket, *hashkeyp; in frag6_input() local
558 hashkeyp = hashkey; in frag6_input()
559 memcpy(hashkeyp, &ip6->ip6_src, sizeof(struct in6_addr)); in frag6_input()
560 hashkeyp += sizeof(struct in6_addr) / sizeof(*hashkeyp); in frag6_input()
561 memcpy(hashkeyp, &ip6->ip6_dst, sizeof(struct in6_addr)); in frag6_input()
562 hashkeyp += sizeof(struct in6_addr) / sizeof(*hashkeyp); in frag6_input()
563 *hashkeyp = ip6f->ip6f_ident; in frag6_input()