Home
last modified time | relevance | path

Searched refs:sp_dst (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/net/
H A Dif_gre.c305 sockaddr_copy(sstosa(&sp->sp_dst), sizeof(sp->sp_dst), any); in gre_clone_create()
459 memcpy(&sbig, &sp->sp_dst, sizeof(sp->sp_dst)); in gre_socreate()
1111 sp->sp_dst = dst; in gre_ssock()
1140 sockaddr_is_anyaddr(sstocsa(&sp->sp_dst)); in gre_is_nullconf()
1149 sockaddr_copy(sstosa(&sp->sp_dst), sizeof(sp->sp_dst), in gre_clearconf()
1150 sockaddr_any(sstosa(&sp->sp_dst))); in gre_clearconf()
1323 sockaddr_copy(sstosa(&sp->sp_dst), in gre_ioctl()
1324 sizeof(sp->sp_dst), ifreq_getaddr(cmd, ifr)); in gre_ioctl()
1329 sockaddr_any(sstosa(&sp->sp_dst)) == NULL) { in gre_ioctl()
1372 ifreq_setaddr(cmd, ifr, sstosa(&sp->sp_dst)); in gre_ioctl()
[all …]
H A Dif_gre.h56 struct sockaddr_storage sp_dst; /* destination of gre packets */ member
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
H A Dhwasan_interface.h51 void __hwasan_handle_longjmp(const void *sp_dst);
55 void __hwasan_handle_vfork(const void *sp_dst);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_interface_internal.h133 void __hwasan_handle_longjmp(const void *sp_dst);
136 void __hwasan_handle_vfork(const void *sp_dst);
H A Dhwasan.cpp524 void __hwasan_handle_longjmp(const void *sp_dst) { in __hwasan_handle_longjmp() argument
525 uptr dst = (uptr)sp_dst; in __hwasan_handle_longjmp()
542 void __hwasan_handle_vfork(const void *sp_dst) { in __hwasan_handle_vfork() argument
543 uptr sp = (uptr)sp_dst; in __hwasan_handle_vfork()
/netbsd-src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
H A Dhwasan_interface.h48 void __hwasan_handle_longjmp(const void *sp_dst);
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
H A Dhwasan_interface.h46 void __hwasan_handle_longjmp(const void *sp_dst);
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dpfkey.c1723 struct sockaddr *sp_src, *sp_dst; /* SP addresses (selectors). */ local
1749 sp_dst = PFKEY_ADDR_SADDR(mhp[SADB_EXT_ADDRESS_DST]);
1775 if ((sp_dst->sa_family == AF_INET
1776 && IN_MULTICAST(ntohl(((struct sockaddr_in *)sp_dst)->sin_addr.s_addr)))
1778 || (sp_dst->sa_family == AF_INET6
1779 && IN6_IS_ADDR_MULTICAST(&((struct sockaddr_in6 *)sp_dst)->sin6_addr))
1784 saddrwop2str(sp_dst));
1841 dst = sa_dst = sp_dst;