Home
last modified time | relevance | path

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

/dports/net/bird2/bird-2.0.8/lib/
H A Dnet.h253 static inline int net_val_match(u8 type, u32 mask) in net_val_match() function
257 { return net_val_match(a->type, mask); } in net_type_match()
/dports/net/bird2/bird-2.0.8/nest/
H A Dproto.c760 if (!net_val_match(net_type, proto->protocol->channel_mask)) in channel_config_new()