Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/btpand/
H A Dpacket.c86 pkthdr_alloc(packet_t *pkt) in pkthdr_alloc() function
H A Dbtpand.h189 pkthdr_t * pkthdr_alloc(packet_t *);
H A Dchannel.c264 ph = pkthdr_alloc(pkt); in channel_put()