Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
HDng_l2cap_misc.c140 con->ident = NG_L2CAP_FIRST_IDENT - 1; in ng_l2cap_new_con()
681 if (ident < NG_L2CAP_FIRST_IDENT) in ng_l2cap_get_ident()
682 ident = NG_L2CAP_FIRST_IDENT; in ng_l2cap_get_ident()
692 if (ident < NG_L2CAP_FIRST_IDENT) in ng_l2cap_get_ident()
693 ident = NG_L2CAP_FIRST_IDENT; in ng_l2cap_get_ident()
HDng_l2cap_var.h68 #define NG_L2CAP_FIRST_IDENT 0x01 /* dynamically alloc. (start) */ macro