Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Ddupmbt.c21 m->mb_data = (char *)m->mb_buf + (orig->mb_data - (char *)orig->mb_buf); in dupmbt()
H A Dallocmbt.c21 m->mb_data = (char *)m->mb_buf; in allocmbt()
H A Dipft_pc.c213 buf = (char *)mb->mb_buf; in ipcap_readip()
214 cnt = sizeof(mb->mb_buf); in ipcap_readip()
H A Dipft_hx.c63 buf = (char *)mb->mb_buf; in hex_readip()
H A Dipft_tx.c119 buf = (char *)mb->mb_buf; in text_readip()
/freebsd/sys/gdb/
H A Dgdb_packet.c55 char mb_buf[GDB_BUFSZ]; member
61 #define gdb_txbuf gdb_tx_u.txu_midbuf.mb_buf
64 offsetof(struct _midbuf, mb_buf) == 1,
/freebsd/sbin/ipf/ipsend/
H A Dresend.c82 ip = (struct ip *)mb.mb_buf; in ip_resend()
120 eh = (ether_header_t *)mb.mb_buf; in ip_resend()
/freebsd/sbin/ipf/ipftest/
H A Dipftest.c194 m->m_data = (char *)m->mb_buf; in main()
292 m->mb_data = (char *)m->mb_buf; in main()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h301 u_long mb_buf[2048]; member