Searched refs:a_addr (Results 1 – 3 of 3) sorted by relevance
132 struct in_addr a_addr; /**< alias ip address */ member
798 &(assoc->a_addr), &(msg.ip_hdr->ip_src), 2); in SctpAlias()799 msg.ip_hdr->ip_src = assoc->a_addr; /* change src to alias addr*/ in SctpAlias()981 ip->ip_src = (direction == SN_TO_LOCAL) ? sm->ip_hdr->ip_src : assoc->a_addr; in TxAbortErrorM()1769 assoc->a_addr = FindAliasAddress(la, assoc->l_addr); in ID_process()1784 assoc->a_addr = sm->ip_hdr->ip_dst; in ID_process()
393 uintptr_t a_addr = (uintptr_t)extent_addr_get(a); in extent_ad_comp() local396 return (a_addr > b_addr) - (a_addr < b_addr); in extent_ad_comp()