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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dsmux.h34 #define SMUX_SOUT (ASN_APPLICATION | ASN_PRIMITIVE | 4) macro
H A Dsmux.c790 rollback = ptr[2]; /* important only for SMUX_SOUT */
812 case SMUX_SOUT:
813 /* SMUX_SOUT message is now valied for us. */
815 zlog_info ("SMUX_SOUT(%s)", rollback ? "rollback" : "commit");
823 zlog_warn ("SMUX_SOUT sout_save_len=%d - invalid", (int) sout_save_len);
828 problem: When agent sends SMUX_SOUT message it doesn't
832 SMUX_SOUT message and the next one
834 the buffer is longer than 3 ( length of SMUX_SOUT ), we
877 /* save the data for future SMUX_SOUT */

Completed in 23 milliseconds