Searched refs:a6p (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/netinet/
H A Dsctp_asconf.c2787 struct sctp_ipv6addr_param *a6p; local
2790 a6p = (struct sctp_ipv6addr_param *)
2795 a6p == NULL) {
2802 memcpy(&store.sin6.sin6_addr, a6p->addr, sizeof(struct in6_addr));
2897 struct sctp_ipv6addr_param *a6p; local
2940 a6p = (struct sctp_ipv6addr_param *)
2944 if (a6p == NULL) {
2955 if (memcmp(&sin6->sin6_addr, a6p->addr,
/freebsd-13-stable/lib/msun/ld80/
H A Dk_expl.h120 { 0x1.33c08b26416ffp+0, 0x1.32721843659a6p-54 },
/freebsd-13-stable/usr.sbin/syslogd/
H A Dsyslogd.c3547 struct sockaddr_in6 *sin6, *a6p = NULL, *m6p = NULL; local
3610 a6p = satosin6(&ap->a_addr);
3612 if (a6p->sin6_scope_id != 0 &&
3613 sin6->sin6_scope_id != a6p->sin6_scope_id) {
3618 &a6p->sin6_addr, &m6p->sin6_addr)) {

Completed in 71 milliseconds