Home
last modified time | relevance | path

Searched refs:sctp_nat_assoc (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/libalias/
H A Dalias_sctp.h126 struct sctp_nat_assoc { struct
139 LIST_ENTRY (sctp_nat_assoc) list_L; /**< Linked list of pointers for Local table*/ argument
140 LIST_ENTRY (sctp_nat_assoc) list_G; /**< Linked list of pointers for Global table */
141 LIST_ENTRY (sctp_nat_assoc) timer_Q; /**< Linked list of pointers for timer Q */
186 …LIST_HEAD(sctpTimerQ,sctp_nat_assoc) *TimerQ; /**< List of associations at this position in the ti…
H A Dalias_sctp.c131 static struct sctp_nat_assoc*
133 static struct sctp_nat_assoc*
135 static struct sctp_nat_assoc*
137 static struct sctp_nat_assoc*
139 static struct sctp_nat_assoc*
1119 *passoc = (struct sctp_nat_assoc *) sn_malloc(sizeof(struct sctp_nat_assoc)); in sctp_PktParser()
1183 *passoc = (struct sctp_nat_assoc *) sn_malloc(sizeof(struct sctp_nat_assoc)); in sctp_PktParser()
2012 static struct sctp_nat_assoc*
2049 static struct sctp_nat_assoc*
2096 static struct sctp_nat_assoc*
[all …]
H A Dalias_local.h182 LIST_HEAD(sctpNatTableL, sctp_nat_assoc) *sctpTableLocal;
186 LIST_HEAD(sctpNatTableG, sctp_nat_assoc) *sctpTableGlobal;