Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/libalias/
H A Dalias_sctp.c733 if ((direction != SN_TO_LOCAL) && (direction != SN_TO_GLOBAL)) { in SctpAlias()
791 case SN_TO_LOCAL: in SctpAlias()
1092 if (direction == SN_TO_LOCAL) in sctp_PktParser()
1098 if (direction == SN_TO_LOCAL) in sctp_PktParser()
1292 case SN_TO_LOCAL: in GetAsconfVtags()
1342 case SN_TO_LOCAL: in AddGlobalIPAddresses()
1782 case SN_TO_LOCAL: in ID_process()
1830 case SN_TO_LOCAL: in INi_process()
1882 case SN_TO_LOCAL: in INa_process()
2522 case SN_TO_LOCAL: in logsctperror()
[all …]
H A Dalias_sctp.h100 #define SN_TO_LOCAL 0 /**< packet traveling from global to local */ macro
H A Dalias.c1361 iresult = SctpAlias(la, pip, SN_TO_LOCAL); in LibAliasInLocked()