HomeSort by: relevance | last modified time | path
    Searched refs:sp_dst (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
hwasan_interface.h 52 void SANITIZER_CDECL __hwasan_handle_longjmp(const void *sp_dst);
54 // Set memory tag for the part of the current thread stack below sp_dst to
56 void SANITIZER_CDECL __hwasan_handle_vfork(const void *sp_dst);
  /src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
hwasan_interface.h 51 void __hwasan_handle_longjmp(const void *sp_dst);
53 // Set memory tag for the part of the current thread stack below sp_dst to
55 void __hwasan_handle_vfork(const void *sp_dst);
  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
hwasan_interface.h 48 void __hwasan_handle_longjmp(const void *sp_dst);
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_interface_internal.h 133 void __hwasan_handle_longjmp(const void *sp_dst);
136 void __hwasan_handle_vfork(const void *sp_dst);
hwasan.cpp 524 void __hwasan_handle_longjmp(const void *sp_dst) {
525 uptr dst = (uptr)sp_dst;
542 void __hwasan_handle_vfork(const void *sp_dst) {
543 uptr sp = (uptr)sp_dst;
  /src/sys/net/
if_gre.c 305 sockaddr_copy(sstosa(&sp->sp_dst), sizeof(sp->sp_dst), any);
459 memcpy(&sbig, &sp->sp_dst, sizeof(sp->sp_dst));
1111 sp->sp_dst = dst;
1140 sockaddr_is_anyaddr(sstocsa(&sp->sp_dst));
1149 sockaddr_copy(sstosa(&sp->sp_dst), sizeof(sp->sp_dst),
1150 sockaddr_any(sstosa(&sp->sp_dst)));
1323 sockaddr_copy(sstosa(&sp->sp_dst),
    [all...]
if_gre.h 56 struct sockaddr_storage sp_dst; /* destination of gre packets */ member in struct:gre_soparm
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_interface_internal.h 185 void __hwasan_handle_longjmp(const void *sp_dst);
188 void __hwasan_handle_vfork(const void *sp_dst);
hwasan.cpp 681 void __hwasan_handle_longjmp(const void *sp_dst) {
682 uptr dst = (uptr)sp_dst;
699 void __hwasan_handle_vfork(const void *sp_dst) {
700 uptr sp = (uptr)sp_dst;
  /src/crypto/dist/ipsec-tools/src/racoon/
pfkey.c 1695 struct sockaddr *sp_src, *sp_dst; /* SP addresses (selectors). */ local
1721 sp_dst = PFKEY_ADDR_SADDR(mhp[SADB_EXT_ADDRESS_DST]);
1747 if ((sp_dst->sa_family == AF_INET
1748 && IN_MULTICAST(ntohl(((struct sockaddr_in *)sp_dst)->sin_addr.s_addr)))
1750 || (sp_dst->sa_family == AF_INET6
1751 && IN6_IS_ADDR_MULTICAST(&((struct sockaddr_in6 *)sp_dst)->sin6_addr))
1756 saddrwop2str(sp_dst));
1813 dst = sa_dst = sp_dst;

Completed in 32 milliseconds