示例#1
0
void ipv6_select_ident(struct frag_hdr *fhdr, struct in6_addr *addr)
{
	fhdr->identification = htonl(__ipv6_select_ident(addr));
}
示例#2
0
void ipv6_select_ident(struct frag_hdr *fhdr, struct rt6_info *rt)
{
	fhdr->identification = htonl(__ipv6_select_ident(&rt->rt6i_dst.addr));
}