HomeSort by: relevance | last modified time | path
    Searched refs:m_append (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/net80211/
ieee80211_netbsd.h 256 int m_append(struct mbuf *, int, const void *);
ieee80211_crypto_ccmp.c 376 return m_append(m, ccmp.ic_trailer, mic);
ieee80211_netbsd.c 734 m_append(struct mbuf *m0, int len, const void *cpv) function in typeref:typename:int
ieee80211_crypto_wep.c 383 return m_append(m0, IEEE80211_WEP_CRCLEN, icv);
ieee80211_crypto_tkip.c 226 return m_append(m, tkip.ic_miclen, mic);
897 if (!m_append(m, IEEE80211_WEP_CRCLEN, icv)) {
  /src/sys/dev/pci/
if_enavar.h 546 #define m_append(m, len, cp) ena_m_append(m, len, cp) macro
if_ena.c 1610 if (unlikely(m_append(mbuf, len, rx_info->mbuf->m_data) == 0)) {

Completed in 16 milliseconds