Searched refs:m_copydata (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 637 extern void m_copydata __P((struct mbuf *, int, int, caddr_t)); 1081 extern void m_copydata __P((struct mbuf *, int, int, caddr_t)); 1162 extern void m_copydata __P((mb_t *, int, int, caddr_t)); 1494 extern void m_copydata __P((mb_t *, int, int, caddr_t)); 1587 # define COPYDATA m_copydata
|
/titanic_44/usr/src/cmd/ipf/tools/ |
H A D | ip_fil.c | 828 void m_copydata(m, off, len, cp) in m_copydata() function
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | fil.c | 3219 m_copydata(m, off, len, cp) in m_copydata() function
|