Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/bluetooth/btpand/
H A Dpacket.c39 packet_alloc(channel_t *chan) in packet_alloc() function
H A Dbtpand.h203 packet_t * packet_alloc(channel_t *);
H A Dchannel.c208 pkt = packet_alloc(chan); in channel_read()
H A Dbnep.c587 pkt = packet_alloc(chan); in bnep_send_control()