Searched refs:m_copydata (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 632 extern void m_copydata __P((struct mbuf *, int, int, caddr_t)); 1076 extern void m_copydata __P((struct mbuf *, int, int, caddr_t)); 1157 extern void m_copydata __P((mb_t *, int, int, caddr_t)); 1489 extern void m_copydata __P((mb_t *, int, int, caddr_t)); 1582 # define COPYDATA m_copydata
|
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | ip_fil.c | 827 void m_copydata(m, off, len, cp) in m_copydata() function
|
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | fil.c | 3218 m_copydata(m, off, len, cp) in m_copydata() function
|