Searched refs:a_addr (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netinet/libalias/ |
H A D | alias_sctp.h | 131 struct in_addr a_addr; /**< alias ip address */ member
|
H A D | alias_sctp.c | 811 &(assoc->a_addr), &(msg.ip_hdr->ip_src), 2); in SctpAlias() 812 msg.ip_hdr->ip_src = assoc->a_addr; /* change src to alias addr*/ in SctpAlias() 994 ip->ip_src = (direction == SN_TO_LOCAL) ? sm->ip_hdr->ip_src : assoc->a_addr; in TxAbortErrorM() 1781 assoc->a_addr = FindAliasAddress(la, assoc->l_addr); in ID_process() 1796 assoc->a_addr = sm->ip_hdr->ip_dst; in ID_process()
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | extent_inlines.h | 461 uintptr_t a_addr = (uintptr_t)extent_addr_get(a); in extent_ad_comp() local 464 return (a_addr > b_addr) - (a_addr < b_addr); in extent_ad_comp()
|
/freebsd/sys/dev/wg/ |
H A D | if_wg.c | 144 struct aip_addr a_addr; member 531 aip->a_addr.in = *(const struct in_addr *)addr; in wg_aip_add() 533 aip->a_addr.ip &= aip->a_mask.ip; in wg_aip_add() 534 aip->a_addr.length = aip->a_mask.length = offsetof(struct aip_addr, in) + sizeof(struct in_addr); in wg_aip_add() 541 aip->a_addr.in6 = *(const struct in6_addr *)addr; in wg_aip_add() 544 aip->a_addr.ip6[i] &= aip->a_mask.ip6[i]; in wg_aip_add() 545 …aip->a_addr.length = aip->a_mask.length = offsetof(struct aip_addr, in6) + sizeof(struct in6_addr); in wg_aip_add() 554 node = root->rnh_addaddr(&aip->a_addr, &aip->a_mask, &root->rh, aip->a_nodes); in wg_aip_add() 559 node = root->rnh_lookup(&aip->a_addr, &aip->a_mask, &root->rh); in wg_aip_add() 623 if (sc->sc_aip4->rnh_deladdr(&aip->a_addr, &aip->a_mask, &sc->sc_aip4->rh) == NULL) in wg_aip_remove_all() [all …]
|
/freebsd/usr.sbin/syslogd/ |
H A D | syslogd.c | 240 #define a_addr u.numeric.addr macro 3515 memcpy(&ap->a_addr, res->ai_addr, res->ai_addrlen); in allowaddr() 3524 addrp = &sstosin(&ap->a_addr)->sin_addr.s_addr; in allowaddr() 3553 addr6p = (uint32_t *)&sstosin6(&ap->a_addr)->sin6_addr.s6_addr32[0]; in allowaddr() 3592 getnameinfo(sstosa(&ap->a_addr), in allowaddr() 3593 (sstosa(&ap->a_addr))->sa_len, in allowaddr() 3667 if (ap->a_addr.ss_family != sa->sa_family) { in validate() 3672 else if (ap->a_addr.ss_family == AF_INET) { in validate() 3674 a4p = satosin(&ap->a_addr); in validate() 3684 else if (ap->a_addr.ss_family == AF_INET6) { in validate() [all …]
|