Searched refs:addr_match (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dprocess.c25 static int addr_match(struct in6_addr *a1, struct in6_addr *a2,
328 addr_match(&prefix->Prefix, &pinfo->nd_opt_pi_prefix,
424 addr_match(struct in6_addr *a1, struct in6_addr *a2, int prefixlen) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_ports.c464 static inline int addr_match(struct snd_seq_addr *r, struct snd_seq_addr *s) function
474 if (addr_match(&r->sender, &s->sender) &&
475 addr_match(&r->dest, &s->dest)) {
614 if (addr_match(dest_addr, &s->info.dest)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_policy.c60 return addr_match(&fl->fl4_dst, &sel->daddr, sel->prefixlen_d) &&
61 addr_match(&fl->fl4_src, &sel->saddr, sel->prefixlen_s) &&
71 return addr_match(&fl->fl6_dst, &sel->daddr, sel->prefixlen_d) &&
72 addr_match(&fl->fl6_src, &sel->saddr, sel->prefixlen_s) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dxfrm.h470 static __inline__ int addr_match(void *token1, void *token2, int prefixlen) function

Completed in 69 milliseconds