Searched refs:AddSctpAssocLocal (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias_sctp.c | 142 static int AddSctpAssocLocal(struct libalias *la, struct sctp_nat_assoc *assoc, struct in_addr g_ad… 1777 if (AddSctpAssocLocal(la, assoc, sm->ip_hdr->ip_dst)) /* DB clash */ in ID_process() 1789 if (AddSctpAssocLocal(la, assoc, sm->ip_hdr->ip_src)) /* DB clash */ in ID_process() 1834 if (AddSctpAssocLocal(la, assoc, sm->ip_hdr->ip_src)) { /* DB clash */ in INi_process() 2221 AddSctpAssocLocal(struct libalias *la, struct sctp_nat_assoc *assoc, struct in_addr g_addr) in AddSctpAssocLocal() function
|