Home
last modified time | relevance | path

Searched refs:mtod (Results 251 – 275 of 711) sorted by relevance

1...<<11121314151617181920>>...29

/dports/emulators/qemu5/qemu-5.2.0/slirp/src/
H A Dtcp_subr.c143 *mtod(m, struct tcpiphdr *) = *ti; in tcp_respond()
144 ti = mtod(m, struct tcpiphdr *); in tcp_respond()
205 struct tcpiphdr tcpiph_save = *(mtod(m, struct tcpiphdr *)); in tcp_respond()
215 ip = mtod(m, struct ip *); in tcp_respond()
235 ip6 = mtod(m, struct ip6 *); in tcp_respond()
H A Dip6_input.c41 ip6 = mtod(m, struct ip6 *); in ip6_input()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/slirp/src/
H A Dtcp_subr.c143 *mtod(m, struct tcpiphdr *) = *ti; in tcp_respond()
144 ti = mtod(m, struct tcpiphdr *); in tcp_respond()
205 struct tcpiphdr tcpiph_save = *(mtod(m, struct tcpiphdr *)); in tcp_respond()
215 ip = mtod(m, struct ip *); in tcp_respond()
235 ip6 = mtod(m, struct ip6 *); in tcp_respond()
H A Dip6_input.c41 ip6 = mtod(m, struct ip6 *); in ip6_input()
/dports/emulators/qemu42/qemu-4.2.1/slirp/src/
H A Dtcp_subr.c143 *mtod(m, struct tcpiphdr *) = *ti; in tcp_respond()
144 ti = mtod(m, struct tcpiphdr *); in tcp_respond()
205 struct tcpiphdr tcpiph_save = *(mtod(m, struct tcpiphdr *)); in tcp_respond()
215 ip = mtod(m, struct ip *); in tcp_respond()
235 ip6 = mtod(m, struct ip6 *); in tcp_respond()
H A Dip6_input.c41 ip6 = mtod(m, struct ip6 *); in ip6_input()
/dports/emulators/qemu-utils/qemu-4.2.1/slirp/src/
H A Dtcp_subr.c143 *mtod(m, struct tcpiphdr *) = *ti; in tcp_respond()
144 ti = mtod(m, struct tcpiphdr *); in tcp_respond()
205 struct tcpiphdr tcpiph_save = *(mtod(m, struct tcpiphdr *)); in tcp_respond()
215 ip = mtod(m, struct ip *); in tcp_respond()
235 ip6 = mtod(m, struct ip6 *); in tcp_respond()
H A Dip6_input.c41 ip6 = mtod(m, struct ip6 *); in ip6_input()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/slirp/src/
H A Dtcp_subr.c143 *mtod(m, struct tcpiphdr *) = *ti; in tcp_respond()
144 ti = mtod(m, struct tcpiphdr *); in tcp_respond()
205 struct tcpiphdr tcpiph_save = *(mtod(m, struct tcpiphdr *)); in tcp_respond()
215 ip = mtod(m, struct ip *); in tcp_respond()
235 ip6 = mtod(m, struct ip6 *); in tcp_respond()
H A Dip6_input.c41 ip6 = mtod(m, struct ip6 *); in ip6_input()
/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Dif_ethersubr.c262 ah = mtod(m, struct arphdr *); in ether_output()
335 memcpy(mtod(m, void *), &llc, sizeof(struct llc)); in ether_output()
391 eh = mtod(m, struct ether_header *); in ether_output()
461 eh = mtod(m, struct ether_header *); in altq_etherclassify()
518 hdr = mtod(m, void *); in altq_etherclassify()
568 eh = mtod(m, struct ether_header *); in ether_input()
646 eh = mtod(m, struct ether_header *); in ether_input()
H A Dif_bridge.c1443 eh = mtod(m, struct ether_header *); in bridge_output()
1659 eh = mtod(m, struct ether_header *); in bridge_forward()
1824 eh = mtod(m, struct ether_header *); in bridge_input()
2503 eh1 = mtod(*mp, struct ether_header *); in bridge_ipf()
2590 bcopy(&llc1, mtod(*mp, void *), sizeof(struct llc)); in bridge_ipf()
2596 bcopy(&eh2, mtod(*mp, void *), ETHER_HDR_LEN); in bridge_ipf()
2628 if (IP_HDR_ALIGNED_P(mtod(m, void *)) == 0) { in bridge_ip_checkbasic()
2641 ip = mtod(m, struct ip *); in bridge_ip_checkbasic()
2658 ip = mtod(m, struct ip *); in bridge_ip_checkbasic()
2730 if (IP6_HDR_ALIGNED_P(mtod(m, void *)) == 0) { in bridge_ip6_checkbasic()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dhd64570.c822 if ((mtod(m, struct ip *)->ip_tos & IPTOS_LOWDELAY) in sca_output()
833 hdlc = mtod(m, struct hdlc_header *); in sca_output()
846 hdlc = mtod(m, struct hdlc_header *); in sca_output()
1100 memcpy(buf, mtod(m, u_int8_t *), m->m_len); in sca_start()
1104 mtod(m, u_int8_t *), m->m_len); in sca_start()
1581 hdlc = mtod(m, struct hdlc_header *); in sca_frame_process()
1622 (mtod(m, u_int8_t *) + HDLC_HDRLEN); in sca_frame_process()
2000 memcpy(mtod(m, void *), p, len); in sca_mbuf_alloc()
2003 sca_page_addr(sc, p), mtod(m, u_int8_t *), len); in sca_mbuf_alloc()
H A Dawi.c698 eh = mtod(m0, struct ether_header *); in awi_start()
714 wh = mtod(m0, struct ieee80211_frame *); in awi_start()
755 awi_write_bytes(sc, frame + len, mtod(m, u_int8_t *), in awi_start()
1108 wh = mtod(m, struct ieee80211_frame_min *); in awi_rx_int()
1224 awi_read_bytes(sc, off, mtod(m, u_int8_t *), m->m_len); in awi_devget()
2007 eh = mtod(m, struct ether_header *); in awi_ether_encap()
2011 wh = mtod(m, struct ieee80211_frame *); in awi_ether_encap()
2048 memcpy(&wh, mtod(m, void *), sizeof(wh)); in awi_ether_modcap()
2051 memcpy(&eh, mtod(m, char *) + sizeof(wh), sizeof(eh)); in awi_ether_modcap()
2056 memcpy(mtod(m, void *), &wh, sizeof(wh)); in awi_ether_modcap()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/slirp/
H A Dip6_input.c41 ip6 = mtod(m, struct ip6 *); in ip6_input()
H A Dtcp_subr.c149 *mtod(m, struct tcpiphdr *) = *ti; in tcp_respond()
150 ti = mtod(m, struct tcpiphdr *); in tcp_respond()
205 struct tcpiphdr tcpiph_save = *(mtod(m, struct tcpiphdr *)); in tcp_respond()
215 ip = mtod(m, struct ip *); in tcp_respond()
235 ip6 = mtod(m, struct ip6 *); in tcp_respond()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet/
H A Dsctputil.c316 req = mtod(m, struct sctp_cwnd_log_req *); in sctp_fill_stat_log()
1930 return ((void *)(mtod(m, vaddr_t) + off)); in sctp_m_getptr()
1978 dp = (u_int8_t *)(mtod(m, vaddr_t) + m->m_len); in sctp_add_pad_tombuf()
1992 dp = mtod(tmp, u_int8_t *); in sctp_add_pad_tombuf()
2066 sac = mtod(m_notify, struct sctp_assoc_change *); in sctp_notify_assoc_change()
2151 spc = mtod(m_notify, struct sctp_paddr_change *); in sctp_notify_peer_addr_change()
2231 ssf = mtod(m_notify, struct sctp_send_failed *); in sctp_notify_send_failed()
2393 pdapi = mtod(m_notify, struct sctp_pdapi_event *); in sctp_notify_partial_delivery_indication()
3215 bcopy((void *)asa, mtod(m, void *), asa->sa_len); in sbappendaddr_nocheck()
3333 ph = mtod(m, struct sctp_paramhdr *); in sctp_generate_invmanparam()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/slirp/src/
H A Dip6_input.c41 ip6 = mtod(m, struct ip6 *); in ip6_input()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet6/
H A Ddest6.c96 opt - mtod(m, u_int8_t *)); in dest6_input()
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux/common/
H A Dlinux_socket.c509 control = mtod(ctl_mbuf, void *); in linux_sys_sendmsg()
615 ktrkuser("mbcontrol", mtod(ctl_mbuf, void *), in linux_sys_sendmsg()
626 if (control != NULL && control != mtod(ctl_mbuf, void *)) in linux_sys_sendmsg()
678 ktrkuser("msgcontrol", mtod(control, void *), mp->msg_controllen); in linux_copyout_msg_control()
684 cmsg = mtod(m, struct cmsghdr *); in linux_copyout_msg_control()
791 mtod(from, struct osockaddr *)->sa_family = in linux_sys_recvmsg()
792 bsd_to_linux_domain(mtod(from, struct sockaddr *)->sa_family); in linux_sys_recvmsg()
/dports/net/libslirp/libslirp-cceced0cce9d578ed01db68edf31af78eb66f858/src/
H A Dip6_input.c44 ip6 = mtod(m, struct ip6 *); in ip6_input()
H A Dtcp_subr.c143 *mtod(m, struct tcpiphdr *) = *ti; in tcp_respond()
144 ti = mtod(m, struct tcpiphdr *); in tcp_respond()
205 struct tcpiphdr tcpiph_save = *(mtod(m, struct tcpiphdr *)); in tcp_respond()
215 ip = mtod(m, struct ip *); in tcp_respond()
235 ip6 = mtod(m, struct ip6 *); in tcp_respond()
/dports/emulators/qemu/qemu-6.2.0/slirp/src/
H A Dip6_input.c44 ip6 = mtod(m, struct ip6 *); in ip6_input()
H A Dtcp_subr.c143 *mtod(m, struct tcpiphdr *) = *ti; in tcp_respond()
144 ti = mtod(m, struct tcpiphdr *); in tcp_respond()
205 struct tcpiphdr tcpiph_save = *(mtod(m, struct tcpiphdr *)); in tcp_respond()
215 ip = mtod(m, struct ip *); in tcp_respond()
235 ip6 = mtod(m, struct ip6 *); in tcp_respond()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netisdn/
H A Di4b_ipr.c520 ip = mtod(m, struct ip *); /* get ptr to ip header */ in iripoutput()
964 if((c = (*(mtod(m, u_char *)) & 0xf0)) != (IPVERSION << 4))
983 *(mtod(m, u_char *)) &= 0x4f;
1136 if((ip = mtod(m, struct ip *))->ip_p == IPPROTO_TCP)
1140 *mtod(m, u_char *) |= sl_compress_tcp(m, ip,

1...<<11121314151617181920>>...29