Searched refs:a_addr (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/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-14.2/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-14.2/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() 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() 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() 635 if (sc->sc_aip6->rnh_deladdr(&aip->a_addr, &aip->a_mask, &sc->sc_aip6->rh) == NULL) in wg_aip_remove_all() 2673 nvlist_add_binary(nvl_aip, "ipv4", &aip->a_addr.in, sizeof(aip->a_addr.in)); in wgc_get() [all …]
|
| /freebsd-14.2/usr.sbin/syslogd/ |
| H A D | syslogd.c | 333 #define a_addr u.numeric.addr macro 3428 memcpy(&ap->a_addr, res->ai_addr, res->ai_addrlen); in allowaddr() 3437 addrp = &sstosin(&ap->a_addr)->sin_addr.s_addr; in allowaddr() 3466 addr6p = (uint32_t *)&sstosin6(&ap->a_addr)->sin6_addr.s6_addr32[0]; in allowaddr() 3505 getnameinfo(sstosa(&ap->a_addr), in allowaddr() 3506 (sstosa(&ap->a_addr))->sa_len, in allowaddr() 3585 if (ap->a_addr.ss_family != sa->sa_family) { in validate() 3590 else if (ap->a_addr.ss_family == AF_INET) { in validate() 3592 a4p = satosin(&ap->a_addr); in validate() 3602 else if (ap->a_addr.ss_family == AF_INET6) { in validate() [all …]
|