Home
last modified time | relevance | path

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

/freebsd-14.2/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.c216 buf = (char *)mb->mb_buf; in ipcap_readip()
217 cnt = sizeof(mb->mb_buf); in ipcap_readip()
H A Dipft_hx.c67 buf = (char *)mb->mb_buf; in hex_readip()
H A Dipft_tx.c123 buf = (char *)mb->mb_buf; in text_readip()
/freebsd-14.2/sys/gdb/
H A Dgdb_packet.c56 char mb_buf[GDB_BUFSZ]; member
62 #define gdb_txbuf gdb_tx_u.txu_midbuf.mb_buf
65 offsetof(struct _midbuf, mb_buf) == 1,
/freebsd-14.2/sbin/ipf/ipsend/
H A Dresend.c86 ip = (struct ip *)mb.mb_buf; in ip_resend()
124 eh = (ether_header_t *)mb.mb_buf; in ip_resend()
/freebsd-14.2/sbin/ipf/ipftest/
H A Dipftest.c198 m->m_data = (char *)m->mb_buf; in main()
296 m->mb_data = (char *)m->mb_buf; in main()
/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h303 u_long mb_buf[2048]; member