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

/freebsd-12-stable/sys/netinet/libalias/
H A Dalias_sctp.h100 #define SN_TO_LOCAL 0 /**< packet traveling from global to local */ macro
H A Dalias_sctp.c708 * @param direction SN_TO_LOCAL | SN_TO_GLOBAL
719 if ((direction != SN_TO_LOCAL) && (direction != SN_TO_GLOBAL)) {
748 (sysctl_error_on_ootb == SN_LOCALandPARTIAL_ERROR_ON_OOTB && direction == SN_TO_LOCAL) ||
777 case SN_TO_LOCAL:
854 * - Initial packet direction (SN_TO_LOCAL | SN_TO_GLOBAL)
864 * @param direction SN_TO_LOCAL | SN_TO_GLOBAL
955 sctp_hdr->v_tag = (direction == SN_TO_LOCAL) ? assoc->g_vtag : assoc->l_vtag ;
967 ip->ip_src = (direction == SN_TO_LOCAL) ? sm->ip_hdr->ip_src : assoc->a_addr;
968 ip->ip_dst = (direction == SN_TO_LOCAL) ? assoc->l_addr : sm->ip_hdr->ip_dst;
1014 * @param direction SN_TO_LOCAL | SN_TO_GLOBA
[all...]
H A Dalias.c1355 iresult = SctpAlias(la, pip, SN_TO_LOCAL);

Completed in 107 milliseconds