Searched refs:GET_CPY_BYTES (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-ip6.c171 GET_CPY_BYTES(dst, dst_addr, sizeof(nd_ipv6));
194 GET_CPY_BYTES(&ph.ph_src, ip6->ip6_src, sizeof(nd_ipv6));
213 GET_CPY_BYTES(&ph.ph_dst, ip6->ip6_dst, sizeof(nd_ipv6));
H A Dprint-eigrp.c369 GET_CPY_BYTES(prefix, tlv_ptr.eigrp_tlv_ip_int->destination, byte_length);
404 GET_CPY_BYTES(prefix, tlv_ptr.eigrp_tlv_ip_ext->destination, byte_length);
H A Dprint-bgp.c604 GET_CPY_BYTES(&addr, pptr + 1, plenbytes);
648 GET_CPY_BYTES(&addr, pptr + 4, plenbytes);
1037 GET_CPY_BYTES(&route_target, pptr + 5, num_octets);
1068 GET_CPY_BYTES(&addr, pptr + 12, (plen + 7) / 8);
1385 GET_CPY_BYTES(&addr, pd + 1, plenbytes);
1420 GET_CPY_BYTES(&addr, pptr + 4, plenbytes);
1459 GET_CPY_BYTES(&addr, pptr + 12, (plen + 7) / 8);
1488 GET_CPY_BYTES(&addr, pptr + 4, (plen + 7) / 8);
1519 GET_CPY_BYTES(&addr, pptr + 12, (plen + 7) / 8);
H A Dprint-icmp6.c1510 GET_CPY_BYTES(&in6, opri + 1, 8);
1513 GET_CPY_BYTES(&in6, opri + 1, 16);
H A Dprint-ospf6.c435 GET_CPY_BYTES(prefix, lsapp->lsa_p_prefix, wordlen * 4);
H A Dextract.h908 #define GET_CPY_BYTES(dst, p, len) get_cpy_bytes(ndo, (u_char *)(dst), (const u_char *)(p), len) macro
H A Dprint-domain.c832 GET_CPY_BYTES(a + pbyte, cp + 1, sizeof(a) - pbyte);
H A Dprint-isoclns.c2316 GET_CPY_BYTES(prefix,tptr,byte_length); /* copy as much as is stored in the TLV */

Completed in 285 milliseconds