Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dip_encap.c121 static void encap_key_init(struct encap_key *, const struct sockaddr *,
123 static void encap_key_inc(struct encap_key *);
203 struct encap_key key; in encap4_lookup()
365 struct encap_key key; in encap6_lookup()
600 encap_key_init(struct encap_key *key, in encap_key_init()
611 encap_key_inc(struct encap_key *key) in encap_key_inc()
618 encap_key_dec(struct encap_key *key) in encap_key_dec()
625 encap_key_copy(struct encap_key *dst, const struct encap_key *src) in encap_key_copy()
812 struct encap_key key; in encap_detach_addr()
H A Dip_encap.h63 struct encap_key { struct
95 struct encap_key key; argument