Home
last modified time | relevance | path

Searched refs:testaddr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c878 struct sockaddr_in6 testaddr; in phyint_inst_v6_sockinit() local
913 bzero(&testaddr, sizeof (testaddr)); in phyint_inst_v6_sockinit()
915 testaddr.sin6_port = 0; in phyint_inst_v6_sockinit()
919 sizeof (testaddr)) < 0) { in phyint_inst_v6_sockinit()
998 struct sockaddr_in testaddr; in phyint_inst_v4_sockinit() local
1036 bzero(&testaddr, sizeof (testaddr)); in phyint_inst_v4_sockinit()
1038 testaddr.sin_port = 0; in phyint_inst_v4_sockinit()
1040 &testaddr.sin_addr); in phyint_inst_v4_sockinit()
1760 struct in6_addr testaddr; in logint_init_from_k() local
1836 testaddr = sin6->sin6_addr; in logint_init_from_k()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Ddefs.h145 extern int do_dad(char *ifname, struct sockaddr_in6 *testaddr);
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c396 #define DTRACE_INRANGE(testaddr, testsz, baseaddr, basesz) \ argument
397 ((testaddr) - (uintptr_t)(baseaddr) < (basesz) && \
398 (testaddr) + (testsz) - (uintptr_t)(baseaddr) <= (basesz) && \
399 (testaddr) + (testsz) >= (testaddr))