Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/btpand/
H A Dbnep.h40 #define BNEP_TYPE_EXT(x) (((x) & BNEP_EXT) == BNEP_EXT) macro
H A Dbnep.c169 if (BNEP_TYPE_EXT(type) in bnep_recv()
224 } while (BNEP_TYPE_EXT(type)); in bnep_recv_extension()