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

/freebsd-10.2-release/sys/netinet/libalias/
H A Dalias_sctp.h140 LIST_HEAD(sctpGlobalAddresshead,sctp_GlobalAddress) Gaddr; /**< List of global addresses */ member in struct:sctp_nat_assoc
H A Dalias_sctp.c1106 LIST_INIT(&((*passoc)->Gaddr)); /* always initialise to avoid memory problems */
1170 LIST_INIT(&((*passoc)->Gaddr)); /* always initialise to avoid memory problems */
1441 first_G_Addr = LIST_FIRST(&(assoc->Gaddr));
1443 LIST_INSERT_HEAD(&(assoc->Gaddr), G_addr, list_Gaddr); /* add new address to beginning of list*/
1445 LIST_FOREACH(iter_G_Addr, &(assoc->Gaddr), list_Gaddr) {
1501 LIST_FOREACH_SAFE(G_Addr, &(assoc->Gaddr), list_Gaddr, G_Addr_tmp) {
1516 LIST_FOREACH_SAFE(G_Addr, &(assoc->Gaddr), list_Gaddr, G_Addr_tmp) {
2004 LIST_FOREACH(G_Addr, &(assoc->Gaddr), list_Gaddr) {
2041 LIST_FOREACH(G_AddrC, &(Cassoc->Gaddr), list_Gaddr) {
2042 LIST_FOREACH(G_Addr, &(assoc->Gaddr), list_Gadd
[all...]

Completed in 97 milliseconds