Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/btpand/
H A Dbnep.c49 static bool bnep_pfilter(channel_t *, packet_t *);
712 if ((chan->npfilter == 0 || bnep_pfilter(chan, pkt)) in bnep_send()
737 bnep_pfilter(channel_t *chan, packet_t *pkt) in bnep_pfilter() function