Home
last modified time | relevance | path

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

/netbsd/sys/sys/
H A Dparam.h304 #define ACCESSIBLE_POINTER(p, t) 1 macro
306 #define ACCESSIBLE_POINTER(p, t) ALIGNED_POINTER(p, t) macro
/netbsd/sys/netinet/
H A Dip_flow.c234 if (!ACCESSIBLE_POINTER(ip, struct ip)) { in ipflow_fastforward()
316 if (!ACCESSIBLE_POINTER(mtod(m, void *), struct ip)) in ipflow_fastforward()
H A Dudp_usrreq.c338 if (ACCESSIBLE_POINTER(uh, struct udphdr) == 0) { in udp_input()
347 KASSERT(ACCESSIBLE_POINTER(uh, struct udphdr)); in udp_input()
H A Dtcp_input.c1244 if (ACCESSIBLE_POINTER(th, struct tcphdr) == 0) { in tcp_input()
1252 KASSERT(ACCESSIBLE_POINTER(th, struct tcphdr)); in tcp_input()
1332 KASSERT(ACCESSIBLE_POINTER(th, struct tcphdr)); in tcp_input()
H A Dif_arp.c701 KASSERT(ACCESSIBLE_POINTER(ar, struct arphdr)); in arpintr()
730 KASSERT(ACCESSIBLE_POINTER(ar, struct arphdr)); in arpintr()
/netbsd/sys/netinet6/
H A Dip6_input.c605 KASSERT(ACCESSIBLE_POINTER(hbh, struct ip6_hdr)); in ip6_input()
878 KASSERT(ACCESSIBLE_POINTER(hbh, struct ip6_hdr)); in ip6_hopopts_input()
1218 KASSERT(ACCESSIBLE_POINTER(ip6e, struct ip6_hdr)); in ip6_savecontrol()
H A Dip6_flow.c286 if (ACCESSIBLE_POINTER(mtod(m, const void *), struct ip6_hdr) == 0) { in ip6flow_fastforward()
H A Dudp6_usrreq.c666 if (ACCESSIBLE_POINTER(uh, struct udphdr) == 0) { in udp6_input()
675 KASSERT(ACCESSIBLE_POINTER(uh, struct udphdr)); in udp6_input()
H A Dicmp6.c546 if (ACCESSIBLE_POINTER(icmp6, struct ip6_hdr) == 0) { in _icmp6_input()
556 KASSERT(ACCESSIBLE_POINTER(icmp6, struct ip6_hdr)); in _icmp6_input()