Searched refs:Gaddr (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/netinet/libalias/
H A Dalias_sctp.h138 LIST_HEAD(sctpGlobalAddresshead,sctp_GlobalAddress) Gaddr; /**< List of global addresses */ member in struct:sctp_nat_assoc
H A Dalias_sctp.c1111 LIST_INIT(&((*passoc)->Gaddr)); /* always initialise to avoid memory problems */
1175 LIST_INIT(&((*passoc)->Gaddr)); /* always initialise to avoid memory problems */
1449 first_G_Addr = LIST_FIRST(&(assoc->Gaddr));
1451 LIST_INSERT_HEAD(&(assoc->Gaddr), G_addr, list_Gaddr); /* add new address to beginning of list*/
1453 LIST_FOREACH(iter_G_Addr, &(assoc->Gaddr), list_Gaddr) {
1509 LIST_FOREACH_SAFE(G_Addr, &(assoc->Gaddr), list_Gaddr, G_Addr_tmp) {
1524 LIST_FOREACH_SAFE(G_Addr, &(assoc->Gaddr), list_Gaddr, G_Addr_tmp) {
2017 LIST_FOREACH(G_Addr, &(assoc->Gaddr), list_Gaddr) {
2054 LIST_FOREACH(G_AddrC, &(Cassoc->Gaddr), list_Gaddr) {
2055 LIST_FOREACH(G_Addr, &(assoc->Gaddr), list_Gadd
[all...]

Completed in 102 milliseconds