Lines Matching refs:iret
62 int iret = 0; in STP_IN_stpm_delete() local
68 iret = STP_Vlan_Had_Not_Yet_Been_Created; in STP_IN_stpm_delete()
73 iret = STP_Another_Error; in STP_IN_stpm_delete()
78 if (0 == iret) { in STP_IN_stpm_delete()
83 return iret; in STP_IN_stpm_delete()
90 int iret = STP_Cannot_Find_Vlan; in STP_IN_stpm_get_vlan_id_by_name() local
96 iret = 0; in STP_IN_stpm_get_vlan_id_by_name()
102 return iret; in STP_IN_stpm_get_vlan_id_by_name()
110 Bool iret = False; in STP_IN_get_is_stpm_enabled() local
117 iret = True; in STP_IN_get_is_stpm_enabled()
126 return iret; in STP_IN_get_is_stpm_enabled()