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

/freebsd-10.2-release/sys/netinet/libalias/
H A Dalias_sctp.h128 struct sctp_nat_assoc { struct
141 LIST_ENTRY (sctp_nat_assoc) list_L; /**< Linked list of pointers for Local table*/
142 LIST_ENTRY (sctp_nat_assoc) list_G; /**< Linked list of pointers for Global table */
143 LIST_ENTRY (sctp_nat_assoc) timer_Q; /**< Linked list of pointers for timer Q */
190 LIST_HEAD(sctpTimerQ,sctp_nat_assoc) *TimerQ; /**< List of associations at this position in the timer Q */
H A Dalias_sctp.c100 struct sctp_nat_msg *sm, struct sctp_nat_assoc **passoc);
105 static void AddGlobalIPAddresses(struct sctp_nat_msg *sm, struct sctp_nat_assoc *assoc, int direction);
106 static int Add_Global_Address_to_List(struct sctp_nat_assoc *assoc, struct sctp_GlobalAddress *G_addr);
107 static void RmGlobalIPAddresses(struct sctp_nat_msg *sm, struct sctp_nat_assoc *assoc, int direction);
112 struct sctp_nat_msg *sm, struct sctp_nat_assoc *assoc);
115 struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm);
117 struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm);
119 struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm);
121 struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm);
123 struct sctp_nat_assoc *asso
[all...]
H A Dalias_local.h174 LIST_HEAD(sctpNatTableL, sctp_nat_assoc) *sctpTableLocal;
178 LIST_HEAD(sctpNatTableG, sctp_nat_assoc) *sctpTableGlobal;

Completed in 94 milliseconds