Searched refs:m_append (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/sys/net80211/ |
| H A D | ieee80211_netbsd.h | 256 int m_append(struct mbuf *, int, const void *);
|
| H A D | ieee80211_crypto_tkip.c | 226 return m_append(m, tkip.ic_miclen, mic); in tkip_enmic() 897 if (!m_append(m, IEEE80211_WEP_CRCLEN, icv)) { in tkip_encrypt()
|
| H A D | ieee80211_crypto_ccmp.c | 376 return m_append(m, ccmp.ic_trailer, mic); in ccmp_encrypt()
|
| H A D | ieee80211_crypto_wep.c | 383 return m_append(m0, IEEE80211_WEP_CRCLEN, icv); in wep_encrypt()
|
| H A D | ieee80211_netbsd.c | 734 m_append(struct mbuf *m0, int len, const void *cpv) in m_append() function
|
| /netbsd-src/sys/dev/pci/ |
| H A D | if_enavar.h | 546 #define m_append(m, len, cp) ena_m_append(m, len, cp) macro
|
| H A D | if_ena.c | 1610 if (unlikely(m_append(mbuf, len, rx_info->mbuf->m_data) == 0)) { in ena_rx_mbuf()
|