Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/btpand/
H A Dbnep.c55 static bool bnep_pfilter(channel_t *, packet_t *);
696 if ((chan->npfilter == 0 || bnep_pfilter(chan, pkt)) in bnep_send()
721 bnep_pfilter(channel_t *chan, packet_t *pkt) in bnep_pfilter() function