Home
last modified time | relevance | path

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

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_haiku.h191 #define _IF_PREPEND_LIST(ifq, mhead, mtail, mcount) do { \ argument
195 (ifq)->ifq_head = (mhead); \
198 #define IF_PREPEND_LIST(ifq, mhead, mtail, mcount) do { \ argument
200 _IF_PREPEND_LIST(ifq, mhead, mtail, mcount); \